#6681BE

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

Shades of Havelock Blue #6681BE

Tints of Havelock Blue #6681BE

Color information

#6681BE (or 0x6681BE) is unknown color: approx Havelock Blue. HEX triplet: 66, 81 and BE. RGB value is (102,129,190). Sum of RGB (Red+Green+Blue) = 102+129+190=421 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.23% from 421); Green value is 129 (50.78% from 255 or 30.64% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 190 - color contains mainly: blue. Hex color #6681BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6681BE is #997E41. Grayscale: #7F7F7F. Windows color (decimal): -10059330 or 12484966. OLE color: 12484966.

HSL color Cylindrical-coordinate representation of color #6681BE: hue angle of 221.59º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6681BE is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB102129190-
CMYK0.460.3200.25
HSL221.59º40.37%57.25%-
HSV(B)221.59º46.32%74.51%-
XYZ22.6222.2451.82-
YUV127.88163.05109.54-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.23%
GREEN value IS 129 (50.78% from 255) = 30.64%
BLUE value IS 190 (74.61% from 255) = 45.13%
R=24.23%
G=30.64%
B=45.13%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1021291900.460.3200.25221.5940.3757.25
Hex6681BE2E20019de2839
Octal14620127656400313365071
Binary1100110100000011011111010111010000001100111011110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6681BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6681BE; }

 p { color: rgb(102,129,190); }

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

<style>
 a { background-color: #6681BE; }

 a { background-color: rgb(102,129,190); }

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

<style>
 span { border-color: #6681BE; }

 span { border-color: rgb(102,129,190); }

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