#616B7A

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

Shades of Raven #616B7A

Tints of Raven #616B7A

Color information

#616B7A (or 0x616B7A) is unknown color: approx Raven. HEX triplet: 61, 6B and 7A. RGB value is (97,107,122). Sum of RGB (Red+Green+Blue) = 97+107+122=326 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.75% from 326); Green value is 107 (42.19% from 255 or 32.82% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 122 - color contains mainly: blue. Hex color #616B7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616B7A is #9E9485. Grayscale: #696969. Windows color (decimal): -10392710 or 8022881. OLE color: 8022881.

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

Color convert

RGB97107122-
CMYK0.200.1200.52
HSL216º11.42%42.94%-
HSV(B)216º20.49%47.84%-
XYZ13.714.4620.48-
YUV105.72137.19121.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.75%
GREEN value IS 107 (42.19% from 255) = 32.82%
BLUE value IS 122 (48.05% from 255) = 37.42%
R=29.75%
G=32.82%
B=37.42%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal971071220.200.1200.5221611.4242.94
Hex616B7A14C034d8b2b
Octal14115317224140643301353
Binary1100001110101111110101010011000110100110110001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616B7A; }

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

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

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

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

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

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

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

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