#687689

Color #687689 Raven (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raven #687689

Tints of Raven #687689

Color information

#687689 (or 0x687689) is unknown color: approx Raven. HEX triplet: 68, 76 and 89. RGB value is (104,118,137). Sum of RGB (Red+Green+Blue) = 104+118+137=359 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.97% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 137 (53.91% from 255 or 38.16% from 359); Max value from RGB is 137 - color contains mainly: blue. Hex color #687689 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687689 is #978976. Grayscale: #737373. Windows color (decimal): -9931127 or 9008744. OLE color: 9008744.

HSL color Cylindrical-coordinate representation of color #687689: hue angle of 214.55º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #687689 is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB104118137-
CMYK0.240.1400.46
HSL214.55º13.69%47.25%-
HSV(B)214.55º24.09%53.73%-
XYZ16.717.7126.2-
YUV115.98139.86119.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.97%
GREEN value IS 118 (46.48% from 255) = 32.87%
BLUE value IS 137 (53.91% from 255) = 38.16%
R=28.97%
G=32.87%
B=38.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1041181370.240.1400.46214.5513.6947.25
Hex68768918E02Ed7e2f
Octal15016621130160563271657
Binary11010001110110100010011100011100101110110101111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687689; }

 p { color: rgb(104,118,137); }

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

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

 a { background-color: rgb(104,118,137); }

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

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

 span { border-color: rgb(104,118,137); }

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