#697385

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

Shades of Raven #697385

Tints of Raven #697385

Color information

#697385 (or 0x697385) is unknown color: approx Raven. HEX triplet: 69, 73 and 85. RGB value is (105,115,133). Sum of RGB (Red+Green+Blue) = 105+115+133=353 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.75% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 133 (52.34% from 255 or 37.68% from 353); Max value from RGB is 133 - color contains mainly: blue. Hex color #697385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697385 is #968C7A. Grayscale: #717171. Windows color (decimal): -9866363 or 8745833. OLE color: 8745833.

HSL color Cylindrical-coordinate representation of color #697385: hue angle of 218.57º 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 #697385 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB105115133-
CMYK0.210.1400.48
HSL218.57º11.76%46.67%-
HSV(B)218.57º21.05%52.16%-
XYZ16.1916.9624.61-
YUV114.06138.69121.54-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.75%
GREEN value IS 115 (45.31% from 255) = 32.58%
BLUE value IS 133 (52.34% from 255) = 37.68%
R=29.75%
G=32.58%
B=37.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1051151330.210.1400.48218.5711.7646.67
Hex69738515E030dbc2f
Octal15116320525160603331457
Binary11010011110011100001011010111100110000110110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697385; }

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

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

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

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

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

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

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

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