Html Css Color HEX #6085C5 Havelock Blue

📋 copy color: '#6085C5'

red 96 ◦ green 133 ◦ blue 197

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

Shades of Havelock Blue #6085C5

Tints of Havelock Blue #6085C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 46.24%

R = 22.54%
G = 31.22%
B = 46.24%

CMYK

 C value IS 0.51

 M value IS 0.32

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#6085C5 (or 0x6085C5) is known color: Havelock Blue. HEX triplet: 60, 85 and C5. RGB value is (96,133,197). Sum of RGB (Red+Green+Blue) = 96+133+197=426 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.54% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 197 (77.34% from 255 or 46.24% from 426); Max value from RGB is 197 - color contains mainly: blue. Hex color #6085C5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6085C5 is #9F7A3A. Grayscale: #808080. Windows color (decimal): -10451515 or 12944736. OLE color: 12944736.

HSL color Cylindrical-coordinate representation of color #6085C5: hue angle of 218.02º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6085C5 is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 96 133 197 -
CMYK 0.51 0.32 0 0.23
HSL 218.02º 0.47% 0.57% -
HSV(B) 218.02º 0.51% 0.77% -
XYZ 23.29 23.29 56.09 -
YUV 129.23 166.24 104.3 -
System Red Green Blue C M Y K H S L
Decimal 96 133 197 0.51 0.32 0 0.23 218.02 0.47 0.57
Hex 60 85 C5 33 20 0 17 DA 2F 39
Octal 140 205 305 63 40 0 27 332 57 71
Binary 1100000 10000101 11000101 110011 100000 0 10111 11011010 101111 111001

Color Harmonies of #6085C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6085C5

Black with #6085C5

Text Example


Text Example

White with #6085C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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