#697686

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

Shades of Raven #697686

Tints of Raven #697686

Color information

#697686 (or 0x697686) is unknown color: approx Raven. HEX triplet: 69, 76 and 86. RGB value is (105,118,134). Sum of RGB (Red+Green+Blue) = 105+118+134=357 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.41% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 134 (52.73% from 255 or 37.54% from 357); Max value from RGB is 134 - color contains mainly: blue. Hex color #697686 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697686 is #968979. Grayscale: #737373. Windows color (decimal): -9865594 or 8812137. OLE color: 8812137.

HSL color Cylindrical-coordinate representation of color #697686: hue angle of 213.1º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #697686 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB105118134-
CMYK0.220.1200.47
HSL213.1º12.13%46.86%-
HSV(B)213.1º21.64%52.55%-
XYZ16.6117.6825.09-
YUV115.94138.19120.2-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.41%
GREEN value IS 118 (46.48% from 255) = 33.05%
BLUE value IS 134 (52.73% from 255) = 37.54%
R=29.41%
G=33.05%
B=37.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1051181340.220.1200.47213.112.1346.86
Hex69768616C02Fd5c2f
Octal15116620626140573251457
Binary11010011110110100001101011011000101111110101011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697686; }

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

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

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

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

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

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

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

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