#6280CE

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

Shades of Havelock Blue #6280CE

Tints of Havelock Blue #6280CE

Color information

#6280CE (or 0x6280CE) is unknown color: approx Havelock Blue. HEX triplet: 62, 80 and CE. RGB value is (98,128,206). Sum of RGB (Red+Green+Blue) = 98+128+206=432 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.69% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #6280CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6280CE is #9D7F31. Grayscale: #7F7F7F. Windows color (decimal): -10321714 or 13533282. OLE color: 13533282.

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

Color convert

RGB98128206-
CMYK0.520.3800.19
HSL223.33º52.43%59.61%-
HSV(B)223.33º52.43%80.78%-
XYZ23.922.4961.47-
YUV127.92172.06106.66-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.69%
GREEN value IS 128 (50.39% from 255) = 29.63%
BLUE value IS 206 (80.86% from 255) = 47.69%
R=22.69%
G=29.63%
B=47.69%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal981282060.520.3800.19223.3352.4359.61
Hex6280CE3426013df343c
Octal14220031664460233376474
Binary1100010100000001100111011010010011001001111011111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6280CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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