#697582

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

Shades of Raven #697582

Tints of Raven #697582

Color information

#697582 (or 0x697582) is unknown color: approx Raven. HEX triplet: 69, 75 and 82. RGB value is (105,117,130). Sum of RGB (Red+Green+Blue) = 105+117+130=352 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.83% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 130 - color contains mainly: blue. Hex color #697582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697582 is #968A7D. Grayscale: #727272. Windows color (decimal): -9865854 or 8549737. OLE color: 8549737.

HSL color Cylindrical-coordinate representation of color #697582: hue angle of 211.2º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #697582 is Cyan = 0.19, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB105117130-
CMYK0.190.100.49
HSL211.2º10.64%46.08%-
HSV(B)211.2º19.23%50.98%-
XYZ16.2217.3423.61-
YUV114.89136.52120.94-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.83%
GREEN value IS 117 (46.09% from 255) = 33.24%
BLUE value IS 130 (51.17% from 255) = 36.93%
R=29.83%
G=33.24%
B=36.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1051171300.190.100.49211.210.6446.08
Hex69758213A031d3b2e
Octal15116520223120613231356
Binary11010011110101100000101001110100110001110100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697582; }

 p { color: rgb(105,117,130); }

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

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

 a { background-color: rgb(105,117,130); }

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

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

 span { border-color: rgb(105,117,130); }

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