Html Css Color HEX #667DC4 Havelock Blue

📋 copy color: '#667DC4'

red 102 ◦ green 125 ◦ blue 196

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

Shades of Havelock Blue #667DC4

Tints of Havelock Blue #667DC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 46.34%

R = 24.11%
G = 29.55%
B = 46.34%

CMYK

 C value IS 0.48

 M value IS 0.36

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#667DC4 (or 0x667DC4) is known color: Havelock Blue. HEX triplet: 66, 7D and C4. RGB value is (102,125,196). Sum of RGB (Red+Green+Blue) = 102+125+196=423 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24.11% from 423); Green value is 125 (49.22% from 255 or 29.55% from 423); Blue value is 196 (76.95% from 255 or 46.34% from 423); Max value from RGB is 196 - color contains mainly: blue. Hex color #667DC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667DC4 is #99823B. Grayscale: #7D7D7D. Windows color (decimal): -10060348 or 12877158. OLE color: 12877158.

HSL color Cylindrical-coordinate representation of color #667DC4: hue angle of 225.32º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #667DC4 is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 102 125 196 -
CMYK 0.48 0.36 0 0.23
HSL 225.32º 0.44% 0.58% -
HSV(B) 225.32º 0.48% 0.77% -
XYZ 22.78 21.48 55.17 -
YUV 126.22 167.38 110.73 -
System Red Green Blue C M Y K H S L
Decimal 102 125 196 0.48 0.36 0 0.23 225.32 0.44 0.58
Hex 66 7D C4 30 24 0 17 E1 2C 3A
Octal 146 175 304 60 44 0 27 341 54 72
Binary 1100110 1111101 11000100 110000 100100 0 10111 11100001 101100 111010

Color Harmonies of #667DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667DC4

Black with #667DC4

Text Example


Text Example

White with #667DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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