#61687D

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

Shades of Raven #61687D

Tints of Raven #61687D

Color information

#61687D (or 0x61687D) is unknown color: approx Raven. HEX triplet: 61, 68 and 7D. RGB value is (97,104,125). Sum of RGB (Red+Green+Blue) = 97+104+125=326 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.75% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 125 - color contains mainly: blue. Hex color #61687D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61687D is #9E9782. Grayscale: #686868. Windows color (decimal): -10393475 or 8218721. OLE color: 8218721.

HSL color Cylindrical-coordinate representation of color #61687D: hue angle of 225º 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 #61687D is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB97104125-
CMYK0.220.1700.51
HSL225º12.61%43.53%-
HSV(B)225º22.4%49.02%-
XYZ13.5813.9221.37-
YUV104.3139.68122.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.75%
GREEN value IS 104 (41.02% from 255) = 31.90%
BLUE value IS 125 (49.22% from 255) = 38.34%
R=29.75%
G=31.90%
B=38.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal971041250.220.1700.5122512.6143.53
Hex61687D1611033e1d2c
Octal14115017526210633411554
Binary11000011101000111110110110100010110011111000011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61687D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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