#687bd4

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

Shades of Havelock Blue #687BD4

Tints of Havelock Blue #687BD4

Color information

#687BD4 (or 0x687BD4) is unknown color: approx Havelock Blue. HEX triplet: 68, 7B and D4. RGB value is (104,123,212). Sum of RGB (Red+Green+Blue) = 104+123+212=439 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.69% from 439); Green value is 123 (48.44% from 255 or 28.02% from 439); Blue value is 212 (83.20% from 255 or 48.29% from 439); Max value from RGB is 212 - color contains mainly: blue. Hex color #687BD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687BD4 is #97842B. Grayscale: #7F7F7F. Windows color (decimal): -9929772 or 13925224. OLE color: 13925224.

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

Color convert

RGB104123212-
CMYK0.510.4200.17
HSL229.44º55.67%61.96%-
HSV(B)229.44º50.94%83.14%-
XYZ24.6821.8665.21-
YUV127.46175.71111.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.69%
GREEN value IS 123 (48.44% from 255) = 28.02%
BLUE value IS 212 (83.20% from 255) = 48.29%
R=23.69%
G=28.02%
B=48.29%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1041232120.510.4200.17229.4455.6761.96
Hex687BD4332A011e5383e
Octal15017332463520213457076
Binary110100011110111101010011001110101001000111100101111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687bd4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,123,212); }

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

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

 a { background-color: rgb(104,123,212); }

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

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

 span { border-color: rgb(104,123,212); }

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