Html Css Color HEX #667CD0 Havelock Blue

📋 copy color: '#667CD0'

red 102 ◦ green 124 ◦ blue 208

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

Shades of Havelock Blue #667CD0

Tints of Havelock Blue #667CD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 47.93%

R = 23.5%
G = 28.57%
B = 47.93%

CMYK

 C value IS 0.51

 M value IS 0.40

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#667CD0 (or 0x667CD0) is known color: Havelock Blue. HEX triplet: 66, 7C and D0. RGB value is (102,124,208). Sum of RGB (Red+Green+Blue) = 102+124+208=434 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.50% from 434); Green value is 124 (48.83% from 255 or 28.57% from 434); Blue value is 208 (81.64% from 255 or 47.93% from 434); Max value from RGB is 208 - color contains mainly: blue. Hex color #667CD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667CD0 is #99832F. Grayscale: #7E7E7E. Windows color (decimal): -10060592 or 13663334. OLE color: 13663334.

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

Color convert

RGB 102 124 208 -
CMYK 0.51 0.40 0 0.18
HSL 227.55º 0.53% 0.61% -
HSV(B) 227.55º 0.51% 0.82% -
XYZ 24.07 21.79 62.61 -
YUV 127 173.71 110.17 -
System Red Green Blue C M Y K H S L
Decimal 102 124 208 0.51 0.40 0 0.18 227.55 0.53 0.61
Hex 66 7C D0 33 28 0 12 E4 35 3D
Octal 146 174 320 63 50 0 22 344 65 75
Binary 1100110 1111100 11010000 110011 101000 0 10010 11100100 110101 111101

Color Harmonies of #667CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667CD0

Black with #667CD0

Text Example


Text Example

White with #667CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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