#697282

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

Shades of Raven #697282

Tints of Raven #697282

Color information

#697282 (or 0x697282) is unknown color: approx Raven. HEX triplet: 69, 72 and 82. RGB value is (105,114,130). Sum of RGB (Red+Green+Blue) = 105+114+130=349 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.09% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 130 (51.17% from 255 or 37.25% from 349); Max value from RGB is 130 - color contains mainly: blue. Hex color #697282 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697282 is #968D7D. Grayscale: #717171. Windows color (decimal): -9866622 or 8548969. OLE color: 8548969.

HSL color Cylindrical-coordinate representation of color #697282: hue angle of 218.4º 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 #697282 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB105114130-
CMYK0.190.1200.49
HSL218.4º10.64%46.08%-
HSV(B)218.4º19.23%50.98%-
XYZ15.8716.6523.5-
YUV113.13137.52122.2-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.09%
GREEN value IS 114 (44.92% from 255) = 32.66%
BLUE value IS 130 (51.17% from 255) = 37.25%
R=30.09%
G=32.66%
B=37.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1051141300.190.1200.49218.410.6446.08
Hex69728213C031dab2e
Octal15116220223140613321356
Binary11010011110010100000101001111000110001110110101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697282; }

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

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

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

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

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

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

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

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