Html Css Color HEX #6182CA Havelock Blue

📋 copy color: '#6182CA'

red 97 ◦ green 130 ◦ blue 202

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

Shades of Havelock Blue #6182CA

Tints of Havelock Blue #6182CA

RGB

 RED value IS 97 (38.28% from 255) = 22.61%

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

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

R = 22.61%
G = 30.3%
B = 47.09%

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

#6182CA (or 0x6182CA) is known color: Havelock Blue. HEX triplet: 61, 82 and CA. RGB value is (97,130,202). Sum of RGB (Red+Green+Blue) = 97+130+202=429 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.61% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #6182CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6182CA is #9E7D35. Grayscale: #808080. Windows color (decimal): -10386742 or 13271649. OLE color: 13271649.

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

Color convert

RGB 97 130 202 -
CMYK 0.52 0.36 0 0.21
HSL 221.14º 0.5% 0.59% -
HSV(B) 221.14º 0.52% 0.79% -
XYZ 23.57 22.77 59.03 -
YUV 128.34 169.57 105.65 -
System Red Green Blue C M Y K H S L
Decimal 97 130 202 0.52 0.36 0 0.21 221.14 0.5 0.59
Hex 61 82 CA 34 24 0 15 DD 32 3B
Octal 141 202 312 64 44 0 25 335 62 73
Binary 1100001 10000010 11001010 110100 100100 0 10101 11011101 110010 111011

Color Harmonies of #6182CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6182CA

Black with #6182CA

Text Example


Text Example

White with #6182CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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