Html Css Color HEX #6180CA Havelock Blue

📋 copy color: '#6180CA'

red 97 ◦ green 128 ◦ blue 202

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

Shades of Havelock Blue #6180CA

Tints of Havelock Blue #6180CA

RGB

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

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

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

R = 22.72%
G = 29.98%
B = 47.31%

CMYK

 C value IS 0.52

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6180CA (or 0x6180CA) is known color: Havelock Blue. HEX triplet: 61, 80 and CA. RGB value is (97,128,202). Sum of RGB (Red+Green+Blue) = 97+128+202=427 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.72% from 427); Green value is 128 (50.39% from 255 or 29.98% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 202 - color contains mainly: blue. Hex color #6180CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6180CA is #9E7F35. Grayscale: #7E7E7E. Windows color (decimal): -10387254 or 13271137. OLE color: 13271137.

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

Color convert

RGB 97 128 202 -
CMYK 0.52 0.37 0 0.21
HSL 222.29º 0.5% 0.59% -
HSV(B) 222.29º 0.52% 0.79% -
XYZ 23.31 22.24 58.94 -
YUV 127.17 170.23 106.48 -
System Red Green Blue C M Y K H S L
Decimal 97 128 202 0.52 0.37 0 0.21 222.29 0.5 0.59
Hex 61 80 CA 34 25 0 15 DE 32 3B
Octal 141 200 312 64 45 0 25 336 62 73
Binary 1100001 10000000 11001010 110100 100101 0 10101 11011110 110010 111011

Color Harmonies of #6180CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6180CA

Black with #6180CA

Text Example


Text Example

White with #6180CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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