#61687B

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

Shades of Raven #61687B

Tints of Raven #61687B

Color information

#61687B (or 0x61687B) is unknown color: approx Raven. HEX triplet: 61, 68 and 7B. RGB value is (97,104,123). Sum of RGB (Red+Green+Blue) = 97+104+123=324 (42% of max value = 765). Red value is 97 (38.28% from 255 or 29.94% from 324); Green value is 104 (41.02% from 255 or 32.10% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 123 - color contains mainly: blue. Hex color #61687B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61687B is #9E9784. Grayscale: #676767. Windows color (decimal): -10393477 or 8087649. OLE color: 8087649.

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

Color convert

RGB97104123-
CMYK0.210.1500.52
HSL223.85º11.82%43.14%-
HSV(B)223.85º21.14%48.24%-
XYZ13.4613.8720.71-
YUV104.07138.68122.96-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.94%
GREEN value IS 104 (41.02% from 255) = 32.10%
BLUE value IS 123 (48.44% from 255) = 37.96%
R=29.94%
G=32.10%
B=37.96%

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
Decimal971041230.210.1500.52223.8511.8243.14
Hex61687B15F034e0c2b
Octal14115017325170643401453
Binary1100001110100011110111010111110110100111000001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61687B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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