Color Hex Logo

#6674df Color Hex

#6674DF
(102,116,223)
0 Favorites   0 Comments

Color spaces of #6674df

RGB 102116223
HSL0.650.650.64
HSV233°54°87°
CMYK 0.540.480.00   0.13
XYZ25.044220.643372.4766
Yxy20.64330.21190.1747
Hunter Lab45.434918.8800-62.7735
CIE-Lab52.556925.0441-56.4246

#6674df color RGB value is (102,116,223).

#6674df hex color red value is 102, green value is 116 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #6674df hue: 0.65 , saturation: 0.65 and the lightness value of 6674df is 0.64.

The process color (four color CMYK) of #6674df color hex is 0.54, 0.48, 0.00, 0.13. Web safe color of #6674df is #6666cc. Color #6674df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01110100 11011111
Octal 146 164 337
Decimal 102 116 223
Hex 66 74 DF

RGB Percentages of Color #6674df

%23.13
%26.30
%50.57

CMYK Percentages of Color #6674df

%54
%48
%0
%13

Triadic Colors of #6674df

#6674df #df6674 #74df66

Analogous Colors of #6674df

#6674df #9566df #66b1df

Monochromatic Colors of #6674df

#6674df

Complementary Color

#6674df #dfd166

#6674df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6674df Color Preview on White Background

Lorem ipsum dolor sit amet.

#6674df Color CSS Codes

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

#6674df Text Font Color

<p style="color:#6674df">Text here</p>

This sample text font color is #6674df
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.


#6674df Background Color

<div style="background-color:#6674df">
Div content here</div>

This div background color is #6674df


#6674df Border Color

<div style="border:3px solid #6674df">
Div here</div>

This div border color is #6674df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,116,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6674df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6674df;
  -webkit-box-shadow: 1px 1px 3px 2px #6674df;
  box-shadow:         1px 1px 3px 2px #6674df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6674df


Comments

No comments written yet.

Please login to write comment.