#6281BC

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

Shades of Havelock Blue #6281BC

Tints of Havelock Blue #6281BC

Color information

#6281BC (or 0x6281BC) is unknown color: approx Havelock Blue. HEX triplet: 62, 81 and BC. RGB value is (98,129,188). Sum of RGB (Red+Green+Blue) = 98+129+188=415 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.61% from 415); Green value is 129 (50.78% from 255 or 31.08% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 188 - color contains mainly: blue. Hex color #6281BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6281BC is #9D7E43. Grayscale: #7E7E7E. Windows color (decimal): -10321476 or 12353890. OLE color: 12353890.

HSL color Cylindrical-coordinate representation of color #6281BC: hue angle of 219.33º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6281BC is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB98129188-
CMYK0.480.3100.26
HSL219.33º40.18%56.08%-
HSV(B)219.33º47.87%73.73%-
XYZ21.9621.9350.65-
YUV126.46162.73107.7-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 23.61%
GREEN value IS 129 (50.78% from 255) = 31.08%
BLUE value IS 188 (73.83% from 255) = 45.30%
R=23.61%
G=31.08%
B=45.30%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal981291880.480.3100.26219.3340.1856.08
Hex6281BC301F01Adb2838
Octal14220127460370323335070
Binary110001010000001101111001100001111101101011011011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6281BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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