#697689

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

Shades of Raven #697689

Tints of Raven #697689

Color information

#697689 (or 0x697689) is unknown color: approx Raven. HEX triplet: 69, 76 and 89. RGB value is (105,118,137). Sum of RGB (Red+Green+Blue) = 105+118+137=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 137 (53.91% from 255 or 38.06% from 360); Max value from RGB is 137 - color contains mainly: blue. Hex color #697689 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697689 is #968976. Grayscale: #747474. Windows color (decimal): -9865591 or 9008745. OLE color: 9008745.

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

Color convert

RGB105118137-
CMYK0.230.1400.46
HSL215.62º13.22%47.45%-
HSV(B)215.62º23.36%53.73%-
XYZ16.8217.7726.21-
YUV116.28139.69119.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.17%
GREEN value IS 118 (46.48% from 255) = 32.78%
BLUE value IS 137 (53.91% from 255) = 38.06%
R=29.17%
G=32.78%
B=38.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1051181370.230.1400.46215.6213.2247.45
Hex69768917E02Ed8d2f
Octal15116621127160563301557
Binary11010011110110100010011011111100101110110110001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697689; }

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

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

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

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

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

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

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

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