Html Css Color HEX #6084CB Havelock Blue

📋 copy color: '#6084CB'

red 96 ◦ green 132 ◦ blue 203

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

Shades of Havelock Blue #6084CB

Tints of Havelock Blue #6084CB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.63%

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

R = 22.27%
G = 30.63%
B = 47.1%

CMYK

 C value IS 0.53

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6084CB (or 0x6084CB) is known color: Havelock Blue. HEX triplet: 60, 84 and CB. RGB value is (96,132,203). Sum of RGB (Red+Green+Blue) = 96+132+203=431 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.27% from 431); Green value is 132 (51.95% from 255 or 30.63% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #6084CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6084CB is #9F7B34. Grayscale: #818181. Windows color (decimal): -10451765 or 13337696. OLE color: 13337696.

HSL color Cylindrical-coordinate representation of color #6084CB: hue angle of 219.81º 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 #6084CB is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 96 132 203 -
CMYK 0.53 0.35 0 0.20
HSL 219.81º 0.51% 0.59% -
HSV(B) 219.81º 0.53% 0.8% -
XYZ 23.85 23.3 59.74 -
YUV 129.33 169.57 104.23 -
System Red Green Blue C M Y K H S L
Decimal 96 132 203 0.53 0.35 0 0.20 219.81 0.51 0.59
Hex 60 84 CB 35 23 0 14 DC 33 3B
Octal 140 204 313 65 43 0 24 334 63 73
Binary 1100000 10000100 11001011 110101 100011 0 10100 11011100 110011 111011

Color Harmonies of #6084CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6084CB

Black with #6084CB

Text Example


Text Example

White with #6084CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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