Html Css Color HEX #6680CB Havelock Blue

📋 copy color: '#6680CB'

red 102 ◦ green 128 ◦ blue 203

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

Shades of Havelock Blue #6680CB

Tints of Havelock Blue #6680CB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.56%

 BLUE value IS 203 (79.69% from 255) = 46.88%

R = 23.56%
G = 29.56%
B = 46.88%

CMYK

 C value IS 0.50

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6680CB (or 0x6680CB) is known color: Havelock Blue. HEX triplet: 66, 80 and CB. RGB value is (102,128,203). Sum of RGB (Red+Green+Blue) = 102+128+203=433 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.56% from 433); Green value is 128 (50.39% from 255 or 29.56% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #6680CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6680CB is #997F34. Grayscale: #808080. Windows color (decimal): -10059573 or 13336678. OLE color: 13336678.

HSL color Cylindrical-coordinate representation of color #6680CB: hue angle of 224.55º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6680CB is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 102 128 203 -
CMYK 0.50 0.37 0 0.20
HSL 224.55º 0.49% 0.6% -
HSV(B) 224.55º 0.5% 0.8% -
XYZ 23.98 22.57 59.59 -
YUV 128.78 169.89 108.9 -
System Red Green Blue C M Y K H S L
Decimal 102 128 203 0.50 0.37 0 0.20 224.55 0.49 0.6
Hex 66 80 CB 32 25 0 14 E1 31 3C
Octal 146 200 313 62 45 0 24 341 61 74
Binary 1100110 10000000 11001011 110010 100101 0 10100 11100001 110001 111100

Color Harmonies of #6680CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6680CB

Black with #6680CB

Text Example


Text Example

White with #6680CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6680CB; }

 p { color: rgb(102,128,203); }

 H1.HeaderClassName
 {
   color: #6680CB;
 }
 .AnyTagClassName
 {
   color: #6680CB;
 }
</style>

background-color css

<style>
 a { background-color: #6680CB; }

 a { background-color: rgb(102,128,203); }

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

border-color css

<style>
 span { border-color: #6680CB; }

 span { border-color: rgb(102,128,203); }

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