#6280B5

Color #6280B5 Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #6280B5

Tints of Havelock Blue #6280B5

Color information

#6280B5 (or 0x6280B5) is unknown color: approx Havelock Blue. HEX triplet: 62, 80 and B5. RGB value is (98,128,181). Sum of RGB (Red+Green+Blue) = 98+128+181=407 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.08% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 181 (71.09% from 255 or 44.47% from 407); Max value from RGB is 181 - color contains mainly: blue. Hex color #6280B5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6280B5 is #9D7F4A. Grayscale: #7C7C7C. Windows color (decimal): -10321739 or 11894882. OLE color: 11894882.

HSL color Cylindrical-coordinate representation of color #6280B5: hue angle of 218.31º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6280B5 is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB98128181-
CMYK0.460.2900.29
HSL218.31º35.93%54.71%-
HSV(B)218.31º45.86%70.98%-
XYZ21.121.3746.73-
YUV125.07159.56108.69-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.08%
GREEN value IS 128 (50.39% from 255) = 31.45%
BLUE value IS 181 (71.09% from 255) = 44.47%
R=24.08%
G=31.45%
B=44.47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal981281810.460.2900.29218.3135.9354.71
Hex6280B52E1D01Dda2437
Octal14220026556350353324467
Binary110001010000000101101011011101110101110111011010100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6280B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6280B5; }

 p { color: rgb(98,128,181); }

 H1.HeaderClassName
 {
   color: #6280B5;
 }
 .AnyTagClassName
 {
   color: #6280B5;
 }
</style>
background-color css

<style>
 a { background-color: #6280B5; }

 a { background-color: rgb(98,128,181); }

 div.DivClassName
 {
   background-color: #6280B5;
 }
 .BgClassName
 {
   background-color: #6280B5;
 }
</style>
border-color css

<style>
 span { border-color: #6280B5; }

 span { border-color: rgb(98,128,181); }

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