Html Css Color HEX #667FB7 Havelock Blue

📋 copy color: '#667FB7'

red 102 ◦ green 127 ◦ blue 183

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

Shades of Havelock Blue #667FB7

Tints of Havelock Blue #667FB7

RGB

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

 GREEN value IS 127 (50% from 255) = 30.83%

 BLUE value IS 183 (71.88% from 255) = 44.42%

R = 24.76%
G = 30.83%
B = 44.42%

CMYK

 C value IS 0.44

 M value IS 0.31

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#667FB7 (or 0x667FB7) is known color: Havelock Blue. HEX triplet: 66, 7F and B7. RGB value is (102,127,183). Sum of RGB (Red+Green+Blue) = 102+127+183=412 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.76% from 412); Green value is 127 (50% from 255 or 30.83% from 412); Blue value is 183 (71.88% from 255 or 44.42% from 412); Max value from RGB is 183 - color contains mainly: blue. Hex color #667FB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667FB7 is #998048. Grayscale: #7D7D7D. Windows color (decimal): -10059849 or 12025702. OLE color: 12025702.

HSL color Cylindrical-coordinate representation of color #667FB7: hue angle of 221.48º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #667FB7 is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 102 127 183 -
CMYK 0.44 0.31 0 0.28
HSL 221.48º 0.36% 0.56% -
HSV(B) 221.48º 0.44% 0.72% -
XYZ 21.62 21.42 47.8 -
YUV 125.91 160.22 110.95 -
System Red Green Blue C M Y K H S L
Decimal 102 127 183 0.44 0.31 0 0.28 221.48 0.36 0.56
Hex 66 7F B7 2C 1F 0 1C DD 24 38
Octal 146 177 267 54 37 0 34 335 44 70
Binary 1100110 1111111 10110111 101100 11111 0 11100 11011101 100100 111000

Color Harmonies of #667FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667FB7

Black with #667FB7

Text Example


Text Example

White with #667FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,127,183); }

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

background-color css

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

 a { background-color: rgb(102,127,183); }

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

border-color css

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

 span { border-color: rgb(102,127,183); }

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