#61687A

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

Shades of Raven #61687A

Tints of Raven #61687A

Color information

#61687A (or 0x61687A) is unknown color: approx Raven. HEX triplet: 61, 68 and 7A. RGB value is (97,104,122). Sum of RGB (Red+Green+Blue) = 97+104+122=323 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.03% from 323); Green value is 104 (41.02% from 255 or 32.20% from 323); Blue value is 122 (48.05% from 255 or 37.77% from 323); Max value from RGB is 122 - color contains mainly: blue. Hex color #61687A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61687A is #9E9785. Grayscale: #676767. Windows color (decimal): -10393478 or 8022113. OLE color: 8022113.

HSL color Cylindrical-coordinate representation of color #61687A: hue angle of 223.2º 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 #61687A is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB97104122-
CMYK0.200.1500.52
HSL223.2º11.42%42.94%-
HSV(B)223.2º20.49%47.84%-
XYZ13.3913.8520.38-
YUV103.96138.18123.04-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.03%
GREEN value IS 104 (41.02% from 255) = 32.20%
BLUE value IS 122 (48.05% from 255) = 37.77%
R=30.03%
G=32.20%
B=37.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal971041220.200.1500.52223.211.4242.94
Hex61687A14F034dfb2b
Octal14115017224170643371353
Binary1100001110100011110101010011110110100110111111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61687A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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