Html Css Color HEX #6180CE Havelock Blue

📋 copy color: '#6180CE'

red 97 ◦ green 128 ◦ blue 206

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

Shades of Havelock Blue #6180CE

Tints of Havelock Blue #6180CE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.7%

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

R = 22.51%
G = 29.7%
B = 47.8%

CMYK

 C value IS 0.53

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6180CE (or 0x6180CE) is known color: Havelock Blue. HEX triplet: 61, 80 and CE. RGB value is (97,128,206). Sum of RGB (Red+Green+Blue) = 97+128+206=431 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.51% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #6180CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6180CE is #9E7F31. Grayscale: #7F7F7F. Windows color (decimal): -10387250 or 13533281. OLE color: 13533281.

HSL color Cylindrical-coordinate representation of color #6180CE: hue angle of 222.94º 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 #6180CE is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 128 206 -
CMYK 0.53 0.38 0 0.19
HSL 222.94º 0.53% 0.59% -
HSV(B) 222.94º 0.53% 0.81% -
XYZ 23.79 22.44 61.47 -
YUV 127.62 172.23 106.16 -
System Red Green Blue C M Y K H S L
Decimal 97 128 206 0.53 0.38 0 0.19 222.94 0.53 0.59
Hex 61 80 CE 35 26 0 13 DF 35 3B
Octal 141 200 316 65 46 0 23 337 65 73
Binary 1100001 10000000 11001110 110101 100110 0 10011 11011111 110101 111011

Color Harmonies of #6180CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6180CE

Black with #6180CE

Text Example


Text Example

White with #6180CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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