#696F7A

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

Shades of Raven #696F7A

Tints of Raven #696F7A

Color information

#696F7A (or 0x696F7A) is unknown color: approx Raven. HEX triplet: 69, 6F and 7A. RGB value is (105,111,122). Sum of RGB (Red+Green+Blue) = 105+111+122=338 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.07% from 338); Green value is 111 (43.75% from 255 or 32.84% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 122 - color contains mainly: blue. Hex color #696F7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696F7A is #969085. Grayscale: #6E6E6E. Windows color (decimal): -9867398 or 8023913. OLE color: 8023913.

HSL color Cylindrical-coordinate representation of color #696F7A: hue angle of 218.82º 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 #696F7A is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB105111122-
CMYK0.140.0900.52
HSL218.82º7.49%44.51%-
HSV(B)218.82º13.93%47.84%-
XYZ15.0215.7820.67-
YUV110.46134.51124.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.07%
GREEN value IS 111 (43.75% from 255) = 32.84%
BLUE value IS 122 (48.05% from 255) = 36.09%
R=31.07%
G=32.84%
B=36.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1051111220.140.0900.52218.827.4944.51
Hex696F7AE9034db72d
Octal1511571721611064333755
Binary11010011101111111101011101001011010011011011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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