Html Css Color HEX #667CCD Havelock Blue

📋 copy color: '#667CCD'

red 102 ◦ green 124 ◦ blue 205

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

Shades of Havelock Blue #667CCD

Tints of Havelock Blue #667CCD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.77%

 BLUE value IS 205 (80.47% from 255) = 47.56%

R = 23.67%
G = 28.77%
B = 47.56%

CMYK

 C value IS 0.50

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#667CCD (or 0x667CCD) is known color: Havelock Blue. HEX triplet: 66, 7C and CD. RGB value is (102,124,205). Sum of RGB (Red+Green+Blue) = 102+124+205=431 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.67% from 431); Green value is 124 (48.83% from 255 or 28.77% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #667CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667CCD is #998332. Grayscale: #7E7E7E. Windows color (decimal): -10060595 or 13466726. OLE color: 13466726.

HSL color Cylindrical-coordinate representation of color #667CCD: hue angle of 227.18º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #667CCD is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 102 124 205 -
CMYK 0.50 0.40 0 0.20
HSL 227.18º 0.51% 0.6% -
HSV(B) 227.18º 0.5% 0.8% -
XYZ 23.71 21.65 60.69 -
YUV 126.66 172.21 110.41 -
System Red Green Blue C M Y K H S L
Decimal 102 124 205 0.50 0.40 0 0.20 227.18 0.51 0.6
Hex 66 7C CD 32 28 0 14 E3 33 3C
Octal 146 174 315 62 50 0 24 343 63 74
Binary 1100110 1111100 11001101 110010 101000 0 10100 11100011 110011 111100

Color Harmonies of #667CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667CCD

Black with #667CCD

Text Example


Text Example

White with #667CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,124,205); }

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

background-color css

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

 a { background-color: rgb(102,124,205); }

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

border-color css

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

 span { border-color: rgb(102,124,205); }

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