#61697B

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

Shades of Raven #61697B

Tints of Raven #61697B

Color information

#61697B (or 0x61697B) is unknown color: approx Raven. HEX triplet: 61, 69 and 7B. RGB value is (97,105,123). Sum of RGB (Red+Green+Blue) = 97+105+123=325 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.85% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 123 (48.44% from 255 or 37.85% from 325); Max value from RGB is 123 - color contains mainly: blue. Hex color #61697B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61697B is #9E9684. Grayscale: #686868. Windows color (decimal): -10393221 or 8087905. OLE color: 8087905.

HSL color Cylindrical-coordinate representation of color #61697B: hue angle of 221.54º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #61697B is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB97105123-
CMYK0.210.1500.52
HSL221.54º11.82%43.14%-
HSV(B)221.54º21.14%48.24%-
XYZ13.5614.0720.74-
YUV104.66138.35122.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.85%
GREEN value IS 105 (41.41% from 255) = 32.31%
BLUE value IS 123 (48.44% from 255) = 37.85%
R=29.85%
G=32.31%
B=37.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal971051230.210.1500.52221.5411.8243.14
Hex61697B15F034dec2b
Octal14115117325170643361453
Binary1100001110100111110111010111110110100110111101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61697B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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