Html Css Color HEX #6180BF Havelock Blue

📋 copy color: '#6180BF'

red 97 ◦ green 128 ◦ blue 191

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

Shades of Havelock Blue #6180BF

Tints of Havelock Blue #6180BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.91%

R = 23.32%
G = 30.77%
B = 45.91%

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

#6180BF (or 0x6180BF) is known color: Havelock Blue. HEX triplet: 61, 80 and BF. RGB value is (97,128,191). Sum of RGB (Red+Green+Blue) = 97+128+191=416 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.32% from 416); Green value is 128 (50.39% from 255 or 30.77% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 191 - color contains mainly: blue. Hex color #6180BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6180BF is #9E7F40. Grayscale: #7D7D7D. Windows color (decimal): -10387265 or 12550241. OLE color: 12550241.

HSL color Cylindrical-coordinate representation of color #6180BF: hue angle of 220.21º 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 #6180BF is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 97 128 191 -
CMYK 0.49 0.33 0 0.25
HSL 220.21º 0.42% 0.56% -
HSV(B) 220.21º 0.49% 0.75% -
XYZ 22.05 21.74 52.32 -
YUV 125.91 164.73 107.38 -
System Red Green Blue C M Y K H S L
Decimal 97 128 191 0.49 0.33 0 0.25 220.21 0.42 0.56
Hex 61 80 BF 31 21 0 19 DC 2A 38
Octal 141 200 277 61 41 0 31 334 52 70
Binary 1100001 10000000 10111111 110001 100001 0 11001 11011100 101010 111000

Color Harmonies of #6180BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6180BF

Black with #6180BF

Text Example


Text Example

White with #6180BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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