#696E7A

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

Shades of Raven #696E7A

Tints of Raven #696E7A

Color information

#696E7A (or 0x696E7A) is unknown color: approx Raven. HEX triplet: 69, 6E and 7A. RGB value is (105,110,122). Sum of RGB (Red+Green+Blue) = 105+110+122=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 122 - color contains mainly: blue. Hex color #696E7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696E7A is #969185. Grayscale: #6D6D6D. Windows color (decimal): -9867654 or 8023657. OLE color: 8023657.

HSL color Cylindrical-coordinate representation of color #696E7A: hue angle of 222.35º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #696E7A is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB105110122-
CMYK0.140.1000.52
HSL222.35º7.49%44.51%-
HSV(B)222.35º13.93%47.84%-
XYZ14.9115.5620.63-
YUV109.87134.84124.52-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.16%
GREEN value IS 110 (43.36% from 255) = 32.64%
BLUE value IS 122 (48.05% from 255) = 36.20%
R=31.16%
G=32.64%
B=36.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1051101220.140.1000.52222.357.4944.51
Hex696E7AEA034de72d
Octal1511561721612064336755
Binary11010011101110111101011101010011010011011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696E7A; }

 p { color: rgb(105,110,122); }

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

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

 a { background-color: rgb(105,110,122); }

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

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

 span { border-color: rgb(105,110,122); }

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