Color Hex Logo

#0674de Color Hex

#0674DE
(6,116,222)
0 Favorites   0 Comments

Color spaces of #0674de

RGB 6116222
HSL0.580.950.45
HSV209°97°87°
CMYK 0.970.480.00   0.13
XYZ19.505317.803471.5156
Yxy17.80340.17920.1636
Hunter Lab42.19418.6766-70.9560
CIE-Lab49.256813.6434-61.3392

#0674de color RGB value is (6,116,222).

#0674de hex color red value is 6, green value is 116 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #0674de hue: 0.58 , saturation: 0.95 and the lightness value of 0674de is 0.45.

The process color (four color CMYK) of #0674de color hex is 0.97, 0.48, 0.00, 0.13. Web safe color of #0674de is #0066cc. Color #0674de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01110100 11011110
Octal 6 164 336
Decimal 6 116 222
Hex 6 74 DE

RGB Percentages of Color #0674de

%1.74
%33.72
%64.53

CMYK Percentages of Color #0674de

%97
%48
%0
%13

Triadic Colors of #0674de

#0674de #de0674 #74de06

Analogous Colors of #0674de

#0674de #0608de #06dedc

Monochromatic Colors of #0674de

#0674de

Complementary Color

#0674de #de7006

#0674de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0674de Color Preview on White Background

Lorem ipsum dolor sit amet.

#0674de Color CSS Codes

.mybgcolor {background-color:#0674de; } 
.myforecolor {color:#0674de; }
.mybordercolor {border:3px solid #0674de; }

#0674de Text Font Color

<p style="color:#0674de">Text here</p>

This sample text font color is #0674de
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#0674de Background Color

<div style="background-color:#0674de">
Div content here</div>

This div background color is #0674de


#0674de Border Color

<div style="border:3px solid #0674de">
Div here</div>

This div border color is #0674de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,116,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0674de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0674de;
  -webkit-box-shadow: 1px 1px 3px 2px #0674de;
  box-shadow:         1px 1px 3px 2px #0674de; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,116,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #0674de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #0674de;
  -webkit-box-shadow: 1px 1px 3px 2px #0674de;
  box-shadow:         1px 1px 3px 2px #0674de;">
Div content here</div>

This div box has shadow with color #0674de


Comments

No comments written yet.

Please login to write comment.