#61687C

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

Shades of Raven #61687C

Tints of Raven #61687C

Color information

#61687C (or 0x61687C) is unknown color: approx Raven. HEX triplet: 61, 68 and 7C. RGB value is (97,104,124). Sum of RGB (Red+Green+Blue) = 97+104+124=325 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.85% from 325); Green value is 104 (41.02% from 255 or 32% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 124 - color contains mainly: blue. Hex color #61687C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61687C is #9E9783. Grayscale: #686868. Windows color (decimal): -10393476 or 8153185. OLE color: 8153185.

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

Color convert

RGB97104124-
CMYK0.220.1600.51
HSL224.44º12.22%43.33%-
HSV(B)224.44º21.77%48.63%-
XYZ13.5213.921.04-
YUV104.19139.18122.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.85%
GREEN value IS 104 (41.02% from 255) = 32%
BLUE value IS 124 (48.83% from 255) = 38.15%
R=29.85%
G=32%
B=38.15%

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
Decimal971041240.220.1600.51224.4412.2243.33
Hex61687C1610033e0c2b
Octal14115017426200633401453
Binary11000011101000111110010110100000110011111000001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61687C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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