Html Css Color HEX #667DC0 Havelock Blue

📋 copy color: '#667DC0'

red 102 ◦ green 125 ◦ blue 192

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

Shades of Havelock Blue #667DC0

Tints of Havelock Blue #667DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 45.82%

R = 24.34%
G = 29.83%
B = 45.82%

CMYK

 C value IS 0.47

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#667DC0 (or 0x667DC0) is known color: Havelock Blue. HEX triplet: 66, 7D and C0. RGB value is (102,125,192). Sum of RGB (Red+Green+Blue) = 102+125+192=419 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.34% from 419); Green value is 125 (49.22% from 255 or 29.83% from 419); Blue value is 192 (75.39% from 255 or 45.82% from 419); Max value from RGB is 192 - color contains mainly: blue. Hex color #667DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667DC0 is #99823F. Grayscale: #7D7D7D. Windows color (decimal): -10060352 or 12615014. OLE color: 12615014.

HSL color Cylindrical-coordinate representation of color #667DC0: hue angle of 224.67º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #667DC0 is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 102 125 192 -
CMYK 0.47 0.35 0 0.25
HSL 224.67º 0.42% 0.58% -
HSV(B) 224.67º 0.47% 0.75% -
XYZ 22.33 21.3 52.8 -
YUV 125.76 165.38 111.05 -
System Red Green Blue C M Y K H S L
Decimal 102 125 192 0.47 0.35 0 0.25 224.67 0.42 0.58
Hex 66 7D C0 2F 23 0 19 E1 2A 3A
Octal 146 175 300 57 43 0 31 341 52 72
Binary 1100110 1111101 11000000 101111 100011 0 11001 11100001 101010 111010

Color Harmonies of #667DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667DC0

Black with #667DC0

Text Example


Text Example

White with #667DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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