#616A7B

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

Shades of Raven #616A7B

Tints of Raven #616A7B

Color information

#616A7B (or 0x616A7B) is unknown color: approx Raven. HEX triplet: 61, 6A and 7B. RGB value is (97,106,123). Sum of RGB (Red+Green+Blue) = 97+106+123=326 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.75% from 326); Green value is 106 (41.80% from 255 or 32.52% from 326); Blue value is 123 (48.44% from 255 or 37.73% from 326); Max value from RGB is 123 - color contains mainly: blue. Hex color #616A7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616A7B is #9E9584. Grayscale: #696969. Windows color (decimal): -10392965 or 8088161. OLE color: 8088161.

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

Color convert

RGB97106123-
CMYK0.210.1400.52
HSL219.23º11.82%43.14%-
HSV(B)219.23º21.14%48.24%-
XYZ13.6614.2820.78-
YUV105.25138.02122.12-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.75%
GREEN value IS 106 (41.80% from 255) = 32.52%
BLUE value IS 123 (48.44% from 255) = 37.73%
R=29.75%
G=32.52%
B=37.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal971061230.210.1400.52219.2311.8243.14
Hex616A7B15E034dbc2b
Octal14115217325160643331453
Binary1100001110101011110111010111100110100110110111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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