Html Css Color HEX #6180CF Havelock Blue

📋 copy color: '#6180CF'

red 97 ◦ green 128 ◦ blue 207

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

Shades of Havelock Blue #6180CF

Tints of Havelock Blue #6180CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.92%

R = 22.45%
G = 29.63%
B = 47.92%

CMYK

 C value IS 0.53

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6180CF (or 0x6180CF) is known color: Havelock Blue. HEX triplet: 61, 80 and CF. RGB value is (97,128,207). Sum of RGB (Red+Green+Blue) = 97+128+207=432 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.45% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #6180CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6180CF is #9E7F30. Grayscale: #7F7F7F. Windows color (decimal): -10387249 or 13598817. OLE color: 13598817.

HSL color Cylindrical-coordinate representation of color #6180CF: hue angle of 223.09º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6180CF is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 128 207 -
CMYK 0.53 0.38 0 0.19
HSL 223.09º 0.53% 0.6% -
HSV(B) 223.09º 0.53% 0.81% -
XYZ 23.91 22.48 62.11 -
YUV 127.74 172.73 106.08 -
System Red Green Blue C M Y K H S L
Decimal 97 128 207 0.53 0.38 0 0.19 223.09 0.53 0.6
Hex 61 80 CF 35 26 0 13 DF 35 3C
Octal 141 200 317 65 46 0 23 337 65 74
Binary 1100001 10000000 11001111 110101 100110 0 10011 11011111 110101 111100

Color Harmonies of #6180CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6180CF

Black with #6180CF

Text Example


Text Example

White with #6180CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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