Html Css Color HEX #6182CE Havelock Blue

📋 copy color: '#6182CE'

red 97 ◦ green 130 ◦ blue 206

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

Shades of Havelock Blue #6182CE

Tints of Havelock Blue #6182CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.58%

R = 22.4%
G = 30.02%
B = 47.58%

CMYK

 C value IS 0.53

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6182CE (or 0x6182CE) is known color: Havelock Blue. HEX triplet: 61, 82 and CE. RGB value is (97,130,206). Sum of RGB (Red+Green+Blue) = 97+130+206=433 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.40% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #6182CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6182CE is #9E7D31. Grayscale: #808080. Windows color (decimal): -10386738 or 13533793. OLE color: 13533793.

HSL color Cylindrical-coordinate representation of color #6182CE: hue angle of 221.83º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6182CE is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 130 206 -
CMYK 0.53 0.37 0 0.19
HSL 221.83º 0.53% 0.59% -
HSV(B) 221.83º 0.53% 0.81% -
XYZ 24.05 22.96 61.56 -
YUV 128.8 171.57 105.32 -
System Red Green Blue C M Y K H S L
Decimal 97 130 206 0.53 0.37 0 0.19 221.83 0.53 0.59
Hex 61 82 CE 35 25 0 13 DE 35 3B
Octal 141 202 316 65 45 0 23 336 65 73
Binary 1100001 10000010 11001110 110101 100101 0 10011 11011110 110101 111011

Color Harmonies of #6182CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6182CE

Black with #6182CE

Text Example


Text Example

White with #6182CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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