Html Css Color HEX #667DCF Havelock Blue

📋 copy color: '#667DCF'

red 102 ◦ green 125 ◦ blue 207

#667DCF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #667DCF

Tints of Havelock Blue #667DCF

RGB

 RED value IS 102 (40.23% from 255) = 23.5%

 GREEN value IS 125 (49.22% from 255) = 28.8%

 BLUE value IS 207 (81.25% from 255) = 47.7%

R = 23.5%
G = 28.8%
B = 47.7%

CMYK

 C value IS 0.51

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#667DCF (or 0x667DCF) is known color: Havelock Blue. HEX triplet: 66, 7D and CF. RGB value is (102,125,207). Sum of RGB (Red+Green+Blue) = 102+125+207=434 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.50% from 434); Green value is 125 (49.22% from 255 or 28.80% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #667DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667DCF is #998230. Grayscale: #7F7F7F. Windows color (decimal): -10060337 or 13598054. OLE color: 13598054.

HSL color Cylindrical-coordinate representation of color #667DCF: hue angle of 226.86º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #667DCF is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 125 207 -
CMYK 0.51 0.40 0 0.19
HSL 226.86º 0.52% 0.61% -
HSV(B) 226.86º 0.51% 0.81% -
XYZ 24.08 22 62.01 -
YUV 127.47 172.88 109.83 -
System Red Green Blue C M Y K H S L
Decimal 102 125 207 0.51 0.40 0 0.19 226.86 0.52 0.61
Hex 66 7D CF 33 28 0 13 E3 34 3D
Octal 146 175 317 63 50 0 23 343 64 75
Binary 1100110 1111101 11001111 110011 101000 0 10011 11100011 110100 111101

Color Harmonies of #667DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667DCF

Black with #667DCF

Text Example


Text Example

White with #667DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667DCF; }

 p { color: rgb(102,125,207); }

 H1.HeaderClassName
 {
   color: #667DCF;
 }
 .AnyTagClassName
 {
   color: #667DCF;
 }
</style>

background-color css

<style>
 a { background-color: #667DCF; }

 a { background-color: rgb(102,125,207); }

 div.DivClassName
 {
   background-color: #667DCF;
 }
 .BgClassName
 {
   background-color: #667DCF;
 }
</style>

border-color css

<style>
 span { border-color: #667DCF; }

 span { border-color: rgb(102,125,207); }

 td.TdClassName
 {
   border-color: #667DCF;
 }
 .TagClassName
 {
   border-color: #667DCF;
 }
</style>