#697584

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

Shades of Raven #697584

Tints of Raven #697584

Color information

#697584 (or 0x697584) is unknown color: approx Raven. HEX triplet: 69, 75 and 84. RGB value is (105,117,132). Sum of RGB (Red+Green+Blue) = 105+117+132=354 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.66% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 132 - color contains mainly: blue. Hex color #697584 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697584 is #968A7B. Grayscale: #737373. Windows color (decimal): -9865852 or 8680809. OLE color: 8680809.

HSL color Cylindrical-coordinate representation of color #697584: hue angle of 213.33º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #697584 is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB105117132-
CMYK0.200.1100.48
HSL213.33º11.39%46.47%-
HSV(B)213.33º20.45%51.76%-
XYZ16.3517.3924.32-
YUV115.12137.52120.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.66%
GREEN value IS 117 (46.09% from 255) = 33.05%
BLUE value IS 132 (51.95% from 255) = 37.29%
R=29.66%
G=33.05%
B=37.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1051171320.200.1100.48213.3311.3946.47
Hex69758414B030d5b2e
Octal15116520424130603251356
Binary11010011110101100001001010010110110000110101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697584; }

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

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

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

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

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

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

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

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