Html Css Color HEX #667ED5 Havelock Blue

📋 copy color: '#667ED5'

red 102 ◦ green 126 ◦ blue 213

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

Shades of Havelock Blue #667ED5

Tints of Havelock Blue #667ED5

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.57%

 BLUE value IS 213 (83.59% from 255) = 48.3%

R = 23.13%
G = 28.57%
B = 48.3%

CMYK

 C value IS 0.52

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#667ED5 (or 0x667ED5) is known color: Havelock Blue. HEX triplet: 66, 7E and D5. RGB value is (102,126,213). Sum of RGB (Red+Green+Blue) = 102+126+213=441 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.13% from 441); Green value is 126 (49.61% from 255 or 28.57% from 441); Blue value is 213 (83.59% from 255 or 48.30% from 441); Max value from RGB is 213 - color contains mainly: blue. Hex color #667ED5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667ED5 is #99812A. Grayscale: #808080. Windows color (decimal): -10060075 or 13991526. OLE color: 13991526.

HSL color Cylindrical-coordinate representation of color #667ED5: hue angle of 227.03º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #667ED5 is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 102 126 213 -
CMYK 0.52 0.41 0 0.16
HSL 227.03º 0.57% 0.62% -
HSV(B) 227.03º 0.52% 0.84% -
XYZ 24.95 22.55 65.99 -
YUV 128.74 175.55 108.93 -
System Red Green Blue C M Y K H S L
Decimal 102 126 213 0.52 0.41 0 0.16 227.03 0.57 0.62
Hex 66 7E D5 34 29 0 10 E3 39 3E
Octal 146 176 325 64 51 0 20 343 71 76
Binary 1100110 1111110 11010101 110100 101001 0 10000 11100011 111001 111110

Color Harmonies of #667ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667ED5

Black with #667ED5

Text Example


Text Example

White with #667ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,126,213); }

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

background-color css

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

 a { background-color: rgb(102,126,213); }

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

border-color css

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

 span { border-color: rgb(102,126,213); }

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