Html Css Color HEX #6082BA Havelock Blue

📋 copy color: '#6082BA'

red 96 ◦ green 130 ◦ blue 186

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

Shades of Havelock Blue #6082BA

Tints of Havelock Blue #6082BA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.55%

 BLUE value IS 186 (73.05% from 255) = 45.15%

R = 23.3%
G = 31.55%
B = 45.15%

CMYK

 C value IS 0.48

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6082BA (or 0x6082BA) is known color: Havelock Blue. HEX triplet: 60, 82 and BA. RGB value is (96,130,186). Sum of RGB (Red+Green+Blue) = 96+130+186=412 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.30% from 412); Green value is 130 (51.17% from 255 or 31.55% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 186 - color contains mainly: blue. Hex color #6082BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6082BA is #9F7D45. Grayscale: #7D7D7D. Windows color (decimal): -10452294 or 12223072. OLE color: 12223072.

HSL color Cylindrical-coordinate representation of color #6082BA: hue angle of 217.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6082BA is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 130 186 -
CMYK 0.48 0.30 0 0.27
HSL 217.33º 0.39% 0.55% -
HSV(B) 217.33º 0.48% 0.73% -
XYZ 21.67 22 49.56 -
YUV 126.22 161.74 106.45 -
System Red Green Blue C M Y K H S L
Decimal 96 130 186 0.48 0.30 0 0.27 217.33 0.39 0.55
Hex 60 82 BA 30 1E 0 1B D9 27 37
Octal 140 202 272 60 36 0 33 331 47 67
Binary 1100000 10000010 10111010 110000 11110 0 11011 11011001 100111 110111

Color Harmonies of #6082BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6082BA

Black with #6082BA

Text Example


Text Example

White with #6082BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6082BA; }

 p { color: rgb(96,130,186); }

 H1.HeaderClassName
 {
   color: #6082BA;
 }
 .AnyTagClassName
 {
   color: #6082BA;
 }
</style>

background-color css

<style>
 a { background-color: #6082BA; }

 a { background-color: rgb(96,130,186); }

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

border-color css

<style>
 span { border-color: #6082BA; }

 span { border-color: rgb(96,130,186); }

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