Html Css Color HEX #6180D6 Havelock Blue

📋 copy color: '#6180D6'

red 97 ◦ green 128 ◦ blue 214

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

Shades of Havelock Blue #6180D6

Tints of Havelock Blue #6180D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 48.75%

R = 22.1%
G = 29.16%
B = 48.75%

CMYK

 C value IS 0.55

 M value IS 0.40

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6180D6 (or 0x6180D6) is known color: Havelock Blue. HEX triplet: 61, 80 and D6. RGB value is (97,128,214). Sum of RGB (Red+Green+Blue) = 97+128+214=439 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.10% from 439); Green value is 128 (50.39% from 255 or 29.16% from 439); Blue value is 214 (83.98% from 255 or 48.75% from 439); Max value from RGB is 214 - color contains mainly: blue. Hex color #6180D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6180D6 is #9E7F29. Grayscale: #808080. Windows color (decimal): -10387242 or 14057569. OLE color: 14057569.

HSL color Cylindrical-coordinate representation of color #6180D6: hue angle of 224.1º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6180D6 is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 97 128 214 -
CMYK 0.55 0.40 0 0.16
HSL 224.1º 0.59% 0.61% -
HSV(B) 224.1º 0.55% 0.84% -
XYZ 24.79 22.83 66.72 -
YUV 128.54 176.23 105.51 -
System Red Green Blue C M Y K H S L
Decimal 97 128 214 0.55 0.40 0 0.16 224.1 0.59 0.61
Hex 61 80 D6 37 28 0 10 E0 3B 3D
Octal 141 200 326 67 50 0 20 340 73 75
Binary 1100001 10000000 11010110 110111 101000 0 10000 11100000 111011 111101

Color Harmonies of #6180D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6180D6

Black with #6180D6

Text Example


Text Example

White with #6180D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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