#6280C1

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

Shades of Havelock Blue #6280C1

Tints of Havelock Blue #6280C1

Color information

#6280C1 (or 0x6280C1) is unknown color: approx Havelock Blue. HEX triplet: 62, 80 and C1. RGB value is (98,128,193). Sum of RGB (Red+Green+Blue) = 98+128+193=419 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.39% from 419); Green value is 128 (50.39% from 255 or 30.55% from 419); Blue value is 193 (75.78% from 255 or 46.06% from 419); Max value from RGB is 193 - color contains mainly: blue. Hex color #6280C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6280C1 is #9D7F3E. Grayscale: #7E7E7E. Windows color (decimal): -10321727 or 12681314. OLE color: 12681314.

HSL color Cylindrical-coordinate representation of color #6280C1: hue angle of 221.05º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6280C1 is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB98128193-
CMYK0.490.3400.24
HSL221.05º43.38%57.06%-
HSV(B)221.05º49.22%75.69%-
XYZ22.3821.8953.5-
YUV126.44165.56107.71-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 23.39%
GREEN value IS 128 (50.39% from 255) = 30.55%
BLUE value IS 193 (75.78% from 255) = 46.06%
R=23.39%
G=30.55%
B=46.06%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal981281930.490.3400.24221.0543.3857.06
Hex6280C13122018dd2b39
Octal14220030161420303355371
Binary1100010100000001100000111000110001001100011011101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6280C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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