Html Css Color HEX #6180BE Havelock Blue

📋 copy color: '#6180BE'

red 97 ◦ green 128 ◦ blue 190

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

Shades of Havelock Blue #6180BE

Tints of Havelock Blue #6180BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.78%

R = 23.37%
G = 30.84%
B = 45.78%

CMYK

 C value IS 0.49

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6180BE (or 0x6180BE) is known color: Havelock Blue. HEX triplet: 61, 80 and BE. RGB value is (97,128,190). Sum of RGB (Red+Green+Blue) = 97+128+190=415 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.37% from 415); Green value is 128 (50.39% from 255 or 30.84% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #6180BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6180BE is #9E7F41. Grayscale: #7D7D7D. Windows color (decimal): -10387266 or 12484705. OLE color: 12484705.

HSL color Cylindrical-coordinate representation of color #6180BE: hue angle of 220º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6180BE is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 97 128 190 -
CMYK 0.49 0.33 0 0.25
HSL 220º 0.42% 0.56% -
HSV(B) 220º 0.49% 0.75% -
XYZ 21.94 21.7 51.75 -
YUV 125.8 164.23 107.46 -
System Red Green Blue C M Y K H S L
Decimal 97 128 190 0.49 0.33 0 0.25 220 0.42 0.56
Hex 61 80 BE 31 21 0 19 DC 2A 38
Octal 141 200 276 61 41 0 31 334 52 70
Binary 1100001 10000000 10111110 110001 100001 0 11001 11011100 101010 111000

Color Harmonies of #6180BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6180BE

Black with #6180BE

Text Example


Text Example

White with #6180BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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