#656A78

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

Shades of Raven #656A78

Tints of Raven #656A78

Color information

#656A78 (or 0x656A78) is unknown color: approx Raven. HEX triplet: 65, 6A and 78. RGB value is (101,106,120). Sum of RGB (Red+Green+Blue) = 101+106+120=327 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.89% from 327); Green value is 106 (41.80% from 255 or 32.42% from 327); Blue value is 120 (47.27% from 255 or 36.70% from 327); Max value from RGB is 120 - color contains mainly: blue. Hex color #656A78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656A78 is #9A9587. Grayscale: #6A6A6A. Windows color (decimal): -10130824 or 7891557. OLE color: 7891557.

HSL color Cylindrical-coordinate representation of color #656A78: hue angle of 224.21º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #656A78 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB101106120-
CMYK0.160.1200.53
HSL224.21º8.6%43.33%-
HSV(B)224.21º15.83%47.06%-
XYZ13.9114.4319.82-
YUV106.1135.84124.36-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.89%
GREEN value IS 106 (41.80% from 255) = 32.42%
BLUE value IS 120 (47.27% from 255) = 36.70%
R=30.89%
G=32.42%
B=36.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1011061200.160.1200.53224.218.643.33
Hex656A7810C035e092b
Octal14515217020140653401153
Binary1100101110101011110001000011000110101111000001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656A78; }

 p { color: rgb(101,106,120); }

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

<style>
 a { background-color: #656A78; }

 a { background-color: rgb(101,106,120); }

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

<style>
 span { border-color: #656A78; }

 span { border-color: rgb(101,106,120); }

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