#6281CF

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

Shades of Havelock Blue #6281CF

Tints of Havelock Blue #6281CF

Color information

#6281CF (or 0x6281CF) is unknown color: approx Havelock Blue. HEX triplet: 62, 81 and CF. RGB value is (98,129,207). Sum of RGB (Red+Green+Blue) = 98+129+207=434 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.58% from 434); Green value is 129 (50.78% from 255 or 29.72% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #6281CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6281CF is #9D7E30. Grayscale: #808080. Windows color (decimal): -10321457 or 13599074. OLE color: 13599074.

HSL color Cylindrical-coordinate representation of color #6281CF: hue angle of 222.94º 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 #6281CF is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB98129207-
CMYK0.530.3800.19
HSL222.94º53.17%59.8%-
HSV(B)222.94º52.66%81.18%-
XYZ24.1522.862.16-
YUV128.62172.23106.16-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.58%
GREEN value IS 129 (50.78% from 255) = 29.72%
BLUE value IS 207 (81.25% from 255) = 47.70%
R=22.58%
G=29.72%
B=47.70%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal981292070.530.3800.19222.9453.1759.8
Hex6281CF3526013df353c
Octal14220131765460233376574
Binary1100010100000011100111111010110011001001111011111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6281CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,129,207); }

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

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

 a { background-color: rgb(98,129,207); }

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

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

 span { border-color: rgb(98,129,207); }

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