#687DD6

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

Shades of Havelock Blue #687DD6

Tints of Havelock Blue #687DD6

Color information

#687DD6 (or 0x687DD6) is unknown color: approx Havelock Blue. HEX triplet: 68, 7D and D6. RGB value is (104,125,214). Sum of RGB (Red+Green+Blue) = 104+125+214=443 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.48% from 443); Green value is 125 (49.22% from 255 or 28.22% from 443); Blue value is 214 (83.98% from 255 or 48.31% from 443); Max value from RGB is 214 - color contains mainly: blue. Hex color #687DD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687DD6 is #978229. Grayscale: #808080. Windows color (decimal): -9929258 or 14056808. OLE color: 14056808.

HSL color Cylindrical-coordinate representation of color #687DD6: hue angle of 228.55º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #687DD6 is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB104125214-
CMYK0.510.4200.16
HSL228.55º57.29%62.35%-
HSV(B)228.55º51.4%83.92%-
XYZ25.1822.4766.63-
YUV128.87176.04110.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.48%
GREEN value IS 125 (49.22% from 255) = 28.22%
BLUE value IS 214 (83.98% from 255) = 48.31%
R=23.48%
G=28.22%
B=48.31%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1041252140.510.4200.16228.5557.2962.35
Hex687DD6332A010e5393e
Octal15017532663520203457176
Binary110100011111011101011011001110101001000011100101111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687DD6; }

 p { color: rgb(104,125,214); }

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

<style>
 a { background-color: #687DD6; }

 a { background-color: rgb(104,125,214); }

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

<style>
 span { border-color: #687DD6; }

 span { border-color: rgb(104,125,214); }

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