Html Css Color HEX #6082CA Havelock Blue

📋 copy color: '#6082CA'

red 96 ◦ green 130 ◦ blue 202

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

Shades of Havelock Blue #6082CA

Tints of Havelock Blue #6082CA

RGB

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

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

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

R = 22.43%
G = 30.37%
B = 47.2%

CMYK

 C value IS 0.52

 M value IS 0.36

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6082CA (or 0x6082CA) is known color: Havelock Blue. HEX triplet: 60, 82 and CA. RGB value is (96,130,202). Sum of RGB (Red+Green+Blue) = 96+130+202=428 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.43% from 428); Green value is 130 (51.17% from 255 or 30.37% from 428); Blue value is 202 (79.30% from 255 or 47.20% from 428); Max value from RGB is 202 - color contains mainly: blue. Hex color #6082CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6082CA is #9F7D35. Grayscale: #7F7F7F. Windows color (decimal): -10452278 or 13271648. OLE color: 13271648.

HSL color Cylindrical-coordinate representation of color #6082CA: hue angle of 220.75º 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 #6082CA is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 96 130 202 -
CMYK 0.52 0.36 0 0.21
HSL 220.75º 0.5% 0.58% -
HSV(B) 220.75º 0.52% 0.79% -
XYZ 23.47 22.72 59.02 -
YUV 128.04 169.74 105.15 -
System Red Green Blue C M Y K H S L
Decimal 96 130 202 0.52 0.36 0 0.21 220.75 0.5 0.58
Hex 60 82 CA 34 24 0 15 DD 32 3A
Octal 140 202 312 64 44 0 25 335 62 72
Binary 1100000 10000010 11001010 110100 100100 0 10101 11011101 110010 111010

Color Harmonies of #6082CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6082CA

Black with #6082CA

Text Example


Text Example

White with #6082CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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