Html Css Color HEX #6180BC Havelock Blue

📋 copy color: '#6180BC'

red 97 ◦ green 128 ◦ blue 188

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

Shades of Havelock Blue #6180BC

Tints of Havelock Blue #6180BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.52%

R = 23.49%
G = 30.99%
B = 45.52%

CMYK

 C value IS 0.48

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6180BC (or 0x6180BC) is known color: Havelock Blue. HEX triplet: 61, 80 and BC. RGB value is (97,128,188). Sum of RGB (Red+Green+Blue) = 97+128+188=413 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.49% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 188 - color contains mainly: blue. Hex color #6180BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6180BC is #9E7F43. Grayscale: #7D7D7D. Windows color (decimal): -10387268 or 12353633. OLE color: 12353633.

HSL color Cylindrical-coordinate representation of color #6180BC: hue angle of 219.56º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6180BC is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 97 128 188 -
CMYK 0.48 0.32 0 0.26
HSL 219.56º 0.4% 0.56% -
HSV(B) 219.56º 0.48% 0.74% -
XYZ 21.73 21.61 50.6 -
YUV 125.57 163.23 107.62 -
System Red Green Blue C M Y K H S L
Decimal 97 128 188 0.48 0.32 0 0.26 219.56 0.4 0.56
Hex 61 80 BC 30 20 0 1A DC 28 38
Octal 141 200 274 60 40 0 32 334 50 70
Binary 1100001 10000000 10111100 110000 100000 0 11010 11011100 101000 111000

Color Harmonies of #6180BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6180BC

Black with #6180BC

Text Example


Text Example

White with #6180BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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