#697682

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

Shades of Raven #697682

Tints of Raven #697682

Color information

#697682 (or 0x697682) is unknown color: approx Raven. HEX triplet: 69, 76 and 82. RGB value is (105,118,130). Sum of RGB (Red+Green+Blue) = 105+118+130=353 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.75% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 130 - color contains mainly: blue. Hex color #697682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697682 is #96897D. Grayscale: #737373. Windows color (decimal): -9865598 or 8549993. OLE color: 8549993.

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

Color convert

RGB105118130-
CMYK0.190.0900.49
HSL208.8º10.64%46.08%-
HSV(B)208.8º19.23%50.98%-
XYZ16.3317.5723.65-
YUV115.48136.19120.52-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.75%
GREEN value IS 118 (46.48% from 255) = 33.43%
BLUE value IS 130 (51.17% from 255) = 36.83%
R=29.75%
G=33.43%
B=36.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1051181300.190.0900.49208.810.6446.08
Hex697682139031d1b2e
Octal15116620223110613211356
Binary11010011110110100000101001110010110001110100011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697682; }

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

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

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

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

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

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

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

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