#697585

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

Shades of Raven #697585

Tints of Raven #697585

Color information

#697585 (or 0x697585) is unknown color: approx Raven. HEX triplet: 69, 75 and 85. RGB value is (105,117,133). Sum of RGB (Red+Green+Blue) = 105+117+133=355 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.58% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 133 - color contains mainly: blue. Hex color #697585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697585 is #968A7A. Grayscale: #737373. Windows color (decimal): -9865851 or 8746345. OLE color: 8746345.

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

Color convert

RGB105117133-
CMYK0.210.1200.48
HSL214.29º11.76%46.67%-
HSV(B)214.29º21.05%52.16%-
XYZ16.4217.4224.69-
YUV115.24138.02120.7-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.58%
GREEN value IS 117 (46.09% from 255) = 32.96%
BLUE value IS 133 (52.34% from 255) = 37.46%
R=29.58%
G=32.96%
B=37.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1051171330.210.1200.48214.2911.7646.67
Hex69758515C030d6c2f
Octal15116520525140603261457
Binary11010011110101100001011010111000110000110101101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697585; }

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

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

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

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

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

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

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

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