#656F84

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

Shades of Raven #656F84

Tints of Raven #656F84

Color information

#656F84 (or 0x656F84) is unknown color: approx Raven. HEX triplet: 65, 6F and 84. RGB value is (101,111,132). Sum of RGB (Red+Green+Blue) = 101+111+132=344 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.36% from 344); Green value is 111 (43.75% from 255 or 32.27% from 344); Blue value is 132 (51.95% from 255 or 38.37% from 344); Max value from RGB is 132 - color contains mainly: blue. Hex color #656F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656F84 is #9A907B. Grayscale: #6E6E6E. Windows color (decimal): -10129532 or 8679269. OLE color: 8679269.

HSL color Cylindrical-coordinate representation of color #656F84: hue angle of 220.65º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #656F84 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB101111132-
CMYK0.230.1600.48
HSL220.65º13.3%45.69%-
HSV(B)220.65º23.48%51.76%-
XYZ15.2215.824.08-
YUV110.4140.19121.29-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.36%
GREEN value IS 111 (43.75% from 255) = 32.27%
BLUE value IS 132 (51.95% from 255) = 38.37%
R=29.36%
G=32.27%
B=38.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1011111320.230.1600.48220.6513.345.69
Hex656F841710030ddd2e
Octal14515720427200603351556
Binary110010111011111000010010111100000110000110111011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,111,132); }

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

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

 a { background-color: rgb(101,111,132); }

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

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

 span { border-color: rgb(101,111,132); }

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