Html Css Color HEX #667DD3 Havelock Blue

📋 copy color: '#667DD3'

red 102 ◦ green 125 ◦ blue 211

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

Shades of Havelock Blue #667DD3

Tints of Havelock Blue #667DD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 48.17%

R = 23.29%
G = 28.54%
B = 48.17%

CMYK

 C value IS 0.52

 M value IS 0.41

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#667DD3 (or 0x667DD3) is known color: Havelock Blue. HEX triplet: 66, 7D and D3. RGB value is (102,125,211). Sum of RGB (Red+Green+Blue) = 102+125+211=438 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.29% from 438); Green value is 125 (49.22% from 255 or 28.54% from 438); Blue value is 211 (82.81% from 255 or 48.17% from 438); Max value from RGB is 211 - color contains mainly: blue. Hex color #667DD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667DD3 is #99822C. Grayscale: #7F7F7F. Windows color (decimal): -10060333 or 13860198. OLE color: 13860198.

HSL color Cylindrical-coordinate representation of color #667DD3: hue angle of 227.34º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #667DD3 is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 102 125 211 -
CMYK 0.52 0.41 0 0.17
HSL 227.34º 0.55% 0.61% -
HSV(B) 227.34º 0.52% 0.83% -
XYZ 24.57 22.2 64.62 -
YUV 127.93 174.88 109.51 -
System Red Green Blue C M Y K H S L
Decimal 102 125 211 0.52 0.41 0 0.17 227.34 0.55 0.61
Hex 66 7D D3 34 29 0 11 E3 37 3D
Octal 146 175 323 64 51 0 21 343 67 75
Binary 1100110 1111101 11010011 110100 101001 0 10001 11100011 110111 111101

Color Harmonies of #667DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667DD3

Black with #667DD3

Text Example


Text Example

White with #667DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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