#697284

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

Shades of Raven #697284

Tints of Raven #697284

Color information

#697284 (or 0x697284) is unknown color: approx Raven. HEX triplet: 69, 72 and 84. RGB value is (105,114,132). Sum of RGB (Red+Green+Blue) = 105+114+132=351 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.91% from 351); Green value is 114 (44.92% from 255 or 32.48% from 351); Blue value is 132 (51.95% from 255 or 37.61% from 351); Max value from RGB is 132 - color contains mainly: blue. Hex color #697284 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697284 is #968D7B. Grayscale: #717171. Windows color (decimal): -9866620 or 8680041. OLE color: 8680041.

HSL color Cylindrical-coordinate representation of color #697284: hue angle of 220º 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 #697284 is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB105114132-
CMYK0.200.1400.48
HSL220º11.39%46.47%-
HSV(B)220º20.45%51.76%-
XYZ16.0116.724.21-
YUV113.36138.52122.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.91%
GREEN value IS 114 (44.92% from 255) = 32.48%
BLUE value IS 132 (51.95% from 255) = 37.61%
R=29.91%
G=32.48%
B=37.61%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1051141320.200.1400.4822011.3946.47
Hex69728414E030dcb2e
Octal15116220424160603341356
Binary11010011110010100001001010011100110000110111001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697284; }

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

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

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

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

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

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

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

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