Html Css Color HEX #6180C6 Havelock Blue

📋 copy color: '#6180C6'

red 97 ◦ green 128 ◦ blue 198

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

Shades of Havelock Blue #6180C6

Tints of Havelock Blue #6180C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 46.81%

R = 22.93%
G = 30.26%
B = 46.81%

CMYK

 C value IS 0.51

 M value IS 0.35

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6180C6 (or 0x6180C6) is known color: Havelock Blue. HEX triplet: 61, 80 and C6. RGB value is (97,128,198). Sum of RGB (Red+Green+Blue) = 97+128+198=423 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.93% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 198 (77.73% from 255 or 46.81% from 423); Max value from RGB is 198 - color contains mainly: blue. Hex color #6180C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6180C6 is #9E7F39. Grayscale: #7E7E7E. Windows color (decimal): -10387258 or 13008993. OLE color: 13008993.

HSL color Cylindrical-coordinate representation of color #6180C6: hue angle of 221.58º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6180C6 is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 97 128 198 -
CMYK 0.51 0.35 0 0.22
HSL 221.58º 0.47% 0.58% -
HSV(B) 221.58º 0.51% 0.78% -
XYZ 22.84 22.06 56.48 -
YUV 126.71 168.23 106.81 -
System Red Green Blue C M Y K H S L
Decimal 97 128 198 0.51 0.35 0 0.22 221.58 0.47 0.58
Hex 61 80 C6 33 23 0 16 DE 2F 3A
Octal 141 200 306 63 43 0 26 336 57 72
Binary 1100001 10000000 11000110 110011 100011 0 10110 11011110 101111 111010

Color Harmonies of #6180C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6180C6

Black with #6180C6

Text Example


Text Example

White with #6180C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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