#61697A

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

Shades of Raven #61697A

Tints of Raven #61697A

Color information

#61697A (or 0x61697A) is unknown color: approx Raven. HEX triplet: 61, 69 and 7A. RGB value is (97,105,122). Sum of RGB (Red+Green+Blue) = 97+105+122=324 (42% of max value = 765). Red value is 97 (38.28% from 255 or 29.94% from 324); Green value is 105 (41.41% from 255 or 32.41% from 324); Blue value is 122 (48.05% from 255 or 37.65% from 324); Max value from RGB is 122 - color contains mainly: blue. Hex color #61697A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61697A is #9E9685. Grayscale: #686868. Windows color (decimal): -10393222 or 8022369. OLE color: 8022369.

HSL color Cylindrical-coordinate representation of color #61697A: hue angle of 220.8º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #61697A is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB97105122-
CMYK0.200.1400.52
HSL220.8º11.42%42.94%-
HSV(B)220.8º20.49%47.84%-
XYZ13.4914.0520.41-
YUV104.55137.85122.62-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.94%
GREEN value IS 105 (41.41% from 255) = 32.41%
BLUE value IS 122 (48.05% from 255) = 37.65%
R=29.94%
G=32.41%
B=37.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal971051220.200.1400.52220.811.4242.94
Hex61697A14E034ddb2b
Octal14115117224160643351353
Binary1100001110100111110101010011100110100110111011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61697A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61697A; }

 p { color: rgb(97,105,122); }

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

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

 a { background-color: rgb(97,105,122); }

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

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

 span { border-color: rgb(97,105,122); }

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