#697787

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

Shades of Raven #697787

Tints of Raven #697787

Color information

#697787 (or 0x697787) is unknown color: approx Raven. HEX triplet: 69, 77 and 87. RGB value is (105,119,135). Sum of RGB (Red+Green+Blue) = 105+119+135=359 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.25% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 135 (53.12% from 255 or 37.60% from 359); Max value from RGB is 135 - color contains mainly: blue. Hex color #697787 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697787 is #968878. Grayscale: #747474. Windows color (decimal): -9865337 or 8877929. OLE color: 8877929.

HSL color Cylindrical-coordinate representation of color #697787: hue angle of 212º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #697787 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB105119135-
CMYK0.220.1200.47
HSL212º12.5%47.06%-
HSV(B)212º22.22%52.94%-
XYZ16.817.9525.5-
YUV116.64138.36119.7-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.25%
GREEN value IS 119 (46.88% from 255) = 33.15%
BLUE value IS 135 (53.12% from 255) = 37.60%
R=29.25%
G=33.15%
B=37.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1051191350.220.1200.4721212.547.06
Hex69778716C02Fd4c2f
Octal15116720726140573241457
Binary11010011110111100001111011011000101111110101001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697787; }

 p { color: rgb(105,119,135); }

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

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

 a { background-color: rgb(105,119,135); }

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

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

 span { border-color: rgb(105,119,135); }

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