#61697D

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

Shades of Raven #61697D

Tints of Raven #61697D

Color information

#61697D (or 0x61697D) is unknown color: approx Raven. HEX triplet: 61, 69 and 7D. RGB value is (97,105,125). Sum of RGB (Red+Green+Blue) = 97+105+125=327 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.66% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 125 - color contains mainly: blue. Hex color #61697D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61697D is #9E9682. Grayscale: #686868. Windows color (decimal): -10393219 or 8218977. OLE color: 8218977.

HSL color Cylindrical-coordinate representation of color #61697D: hue angle of 222.86º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #61697D is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB97105125-
CMYK0.220.1600.51
HSL222.86º12.61%43.53%-
HSV(B)222.86º22.4%49.02%-
XYZ13.6814.1321.41-
YUV104.89139.35122.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.66%
GREEN value IS 105 (41.41% from 255) = 32.11%
BLUE value IS 125 (49.22% from 255) = 38.23%
R=29.66%
G=32.11%
B=38.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal971051250.220.1600.51222.8612.6143.53
Hex61697D1610033dfd2c
Octal14115117526200633371554
Binary11000011101001111110110110100000110011110111111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61697D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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