#697078

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

Shades of Raven #697078

Tints of Raven #697078

Color information

#697078 (or 0x697078) is unknown color: approx Raven. HEX triplet: 69, 70 and 78. RGB value is (105,112,120). Sum of RGB (Red+Green+Blue) = 105+112+120=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 120 (47.27% from 255 or 35.61% from 337); Max value from RGB is 120 - color contains mainly: blue. Hex color #697078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697078 is #968F87. Grayscale: #6E6E6E. Windows color (decimal): -9867144 or 7893097. OLE color: 7893097.

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

Color convert

RGB105112120-
CMYK0.130.0700.53
HSL212º6.67%44.12%-
HSV(B)212º12.5%47.06%-
XYZ15.0115.9520.06-
YUV110.82133.18123.85-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.16%
GREEN value IS 112 (44.14% from 255) = 33.23%
BLUE value IS 120 (47.27% from 255) = 35.61%
R=31.16%
G=33.23%
B=35.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1051121200.130.0700.532126.6744.12
Hex697078D7035d472c
Octal151160170157065324754
Binary1101001111000011110001101111011010111010100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697078; }

 p { color: rgb(105,112,120); }

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

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

 a { background-color: rgb(105,112,120); }

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

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

 span { border-color: rgb(105,112,120); }

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