#656F7D

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

Shades of Raven #656F7D

Tints of Raven #656F7D

Color information

#656F7D (or 0x656F7D) is unknown color: approx Raven. HEX triplet: 65, 6F and 7D. RGB value is (101,111,125). Sum of RGB (Red+Green+Blue) = 101+111+125=337 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.97% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 125 - color contains mainly: blue. Hex color #656F7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656F7D is #9A9082. Grayscale: #6D6D6D. Windows color (decimal): -10129539 or 8220517. OLE color: 8220517.

HSL color Cylindrical-coordinate representation of color #656F7D: hue angle of 215º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #656F7D is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB101111125-
CMYK0.190.1100.51
HSL215º10.62%44.31%-
HSV(B)215º19.2%49.02%-
XYZ14.7515.6221.64-
YUV109.61136.69121.86-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.97%
GREEN value IS 111 (43.75% from 255) = 32.94%
BLUE value IS 125 (49.22% from 255) = 37.09%
R=29.97%
G=32.94%
B=37.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1011111250.190.1100.5121510.6244.31
Hex656F7D13B033d7b2c
Octal14515717523130633271354
Binary1100101110111111111011001110110110011110101111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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