Html Css Color HEX #6085CA Havelock Blue

📋 copy color: '#6085CA'

red 96 ◦ green 133 ◦ blue 202

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

Shades of Havelock Blue #6085CA

Tints of Havelock Blue #6085CA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.86%

 BLUE value IS 202 (79.3% from 255) = 46.87%

R = 22.27%
G = 30.86%
B = 46.87%

CMYK

 C value IS 0.52

 M value IS 0.34

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6085CA (or 0x6085CA) is known color: Havelock Blue. HEX triplet: 60, 85 and CA. RGB value is (96,133,202). Sum of RGB (Red+Green+Blue) = 96+133+202=431 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.27% from 431); Green value is 133 (52.34% from 255 or 30.86% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 202 - color contains mainly: blue. Hex color #6085CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6085CA is #9F7A35. Grayscale: #818181. Windows color (decimal): -10451510 or 13272416. OLE color: 13272416.

HSL color Cylindrical-coordinate representation of color #6085CA: hue angle of 219.06º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6085CA is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 96 133 202 -
CMYK 0.52 0.34 0 0.21
HSL 219.06º 0.5% 0.58% -
HSV(B) 219.06º 0.52% 0.79% -
XYZ 23.87 23.53 59.16 -
YUV 129.8 168.74 103.89 -
System Red Green Blue C M Y K H S L
Decimal 96 133 202 0.52 0.34 0 0.21 219.06 0.5 0.58
Hex 60 85 CA 34 22 0 15 DB 32 3A
Octal 140 205 312 64 42 0 25 333 62 72
Binary 1100000 10000101 11001010 110100 100010 0 10101 11011011 110010 111010

Color Harmonies of #6085CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6085CA

Black with #6085CA

Text Example


Text Example

White with #6085CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6085CA; }

 p { color: rgb(96,133,202); }

 H1.HeaderClassName
 {
   color: #6085CA;
 }
 .AnyTagClassName
 {
   color: #6085CA;
 }
</style>

background-color css

<style>
 a { background-color: #6085CA; }

 a { background-color: rgb(96,133,202); }

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

border-color css

<style>
 span { border-color: #6085CA; }

 span { border-color: rgb(96,133,202); }

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