Html Css Color HEX #6080CB Havelock Blue

📋 copy color: '#6080CB'

red 96 ◦ green 128 ◦ blue 203

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

Shades of Havelock Blue #6080CB

Tints of Havelock Blue #6080CB

RGB

 RED value IS 96 (37.89% from 255) = 22.48%

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

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

R = 22.48%
G = 29.98%
B = 47.54%

CMYK

 C value IS 0.53

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6080CB (or 0x6080CB) is known color: Havelock Blue. HEX triplet: 60, 80 and CB. RGB value is (96,128,203). Sum of RGB (Red+Green+Blue) = 96+128+203=427 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.48% from 427); Green value is 128 (50.39% from 255 or 29.98% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #6080CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6080CB is #9F7F34. Grayscale: #7E7E7E. Windows color (decimal): -10452789 or 13336672. OLE color: 13336672.

HSL color Cylindrical-coordinate representation of color #6080CB: hue angle of 222.06º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6080CB is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 96 128 203 -
CMYK 0.53 0.37 0 0.20
HSL 222.06º 0.51% 0.59% -
HSV(B) 222.06º 0.53% 0.8% -
XYZ 23.32 22.24 59.56 -
YUV 126.98 170.9 105.9 -
System Red Green Blue C M Y K H S L
Decimal 96 128 203 0.53 0.37 0 0.20 222.06 0.51 0.59
Hex 60 80 CB 35 25 0 14 DE 33 3B
Octal 140 200 313 65 45 0 24 336 63 73
Binary 1100000 10000000 11001011 110101 100101 0 10100 11011110 110011 111011

Color Harmonies of #6080CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6080CB

Black with #6080CB

Text Example


Text Example

White with #6080CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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