#697182

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

Shades of Raven #697182

Tints of Raven #697182

Color information

#697182 (or 0x697182) is unknown color: approx Raven. HEX triplet: 69, 71 and 82. RGB value is (105,113,130). Sum of RGB (Red+Green+Blue) = 105+113+130=348 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.17% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 130 (51.17% from 255 or 37.36% from 348); Max value from RGB is 130 - color contains mainly: blue. Hex color #697182 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697182 is #968E7D. Grayscale: #707070. Windows color (decimal): -9866878 or 8548713. OLE color: 8548713.

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

Color convert

RGB105113130-
CMYK0.190.1300.49
HSL220.8º10.64%46.08%-
HSV(B)220.8º19.23%50.98%-
XYZ15.7616.4323.46-
YUV112.55137.85122.62-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.17%
GREEN value IS 113 (44.53% from 255) = 32.47%
BLUE value IS 130 (51.17% from 255) = 37.36%
R=30.17%
G=32.47%
B=37.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1051131300.190.1300.49220.810.6446.08
Hex69718213D031ddb2e
Octal15116120223150613351356
Binary11010011110001100000101001111010110001110111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697182; }

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

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

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

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

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

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

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

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