Html Css Color HEX #6085CD Havelock Blue

📋 copy color: '#6085CD'

red 96 ◦ green 133 ◦ blue 205

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

Shades of Havelock Blue #6085CD

Tints of Havelock Blue #6085CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.24%

R = 22.12%
G = 30.65%
B = 47.24%

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

#6085CD (or 0x6085CD) is known color: Havelock Blue. HEX triplet: 60, 85 and CD. RGB value is (96,133,205). Sum of RGB (Red+Green+Blue) = 96+133+205=434 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.12% from 434); Green value is 133 (52.34% from 255 or 30.65% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #6085CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6085CD is #9F7A32. Grayscale: #818181. Windows color (decimal): -10451507 or 13469024. OLE color: 13469024.

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

Color convert

RGB 96 133 205 -
CMYK 0.53 0.35 0 0.20
HSL 219.63º 0.52% 0.59% -
HSV(B) 219.63º 0.53% 0.8% -
XYZ 24.23 23.67 61.05 -
YUV 130.15 170.24 103.65 -
System Red Green Blue C M Y K H S L
Decimal 96 133 205 0.53 0.35 0 0.20 219.63 0.52 0.59
Hex 60 85 CD 35 23 0 14 DC 34 3B
Octal 140 205 315 65 43 0 24 334 64 73
Binary 1100000 10000101 11001101 110101 100011 0 10100 11011100 110100 111011

Color Harmonies of #6085CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6085CD

Black with #6085CD

Text Example


Text Example

White with #6085CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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