#697283

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

Shades of Raven #697283

Tints of Raven #697283

Color information

#697283 (or 0x697283) is unknown color: approx Raven. HEX triplet: 69, 72 and 83. RGB value is (105,114,131). Sum of RGB (Red+Green+Blue) = 105+114+131=350 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 131 (51.56% from 255 or 37.43% from 350); Max value from RGB is 131 - color contains mainly: blue. Hex color #697283 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697283 is #968D7C. Grayscale: #717171. Windows color (decimal): -9866621 or 8614505. OLE color: 8614505.

HSL color Cylindrical-coordinate representation of color #697283: hue angle of 219.23º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #697283 is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB105114131-
CMYK0.200.1300.49
HSL219.23º11.02%46.27%-
HSV(B)219.23º19.85%51.37%-
XYZ15.9416.6823.85-
YUV113.25138.02122.12-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30%
GREEN value IS 114 (44.92% from 255) = 32.57%
BLUE value IS 131 (51.56% from 255) = 37.43%
R=30%
G=32.57%
B=37.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1051141310.200.1300.49219.2311.0246.27
Hex69728314D031dbb2e
Octal15116220324150613331356
Binary11010011110010100000111010011010110001110110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697283; }

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

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

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

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

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

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

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

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