#656C7B

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

Shades of Raven #656C7B

Tints of Raven #656C7B

Color information

#656C7B (or 0x656C7B) is unknown color: approx Raven. HEX triplet: 65, 6C and 7B. RGB value is (101,108,123). Sum of RGB (Red+Green+Blue) = 101+108+123=332 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.42% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 123 - color contains mainly: blue. Hex color #656C7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656C7B is #9A9384. Grayscale: #6B6B6B. Windows color (decimal): -10130309 or 8088677. OLE color: 8088677.

HSL color Cylindrical-coordinate representation of color #656C7B: hue angle of 220.91º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #656C7B is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB101108123-
CMYK0.180.1200.52
HSL220.91º9.82%43.92%-
HSV(B)220.91º17.89%48.24%-
XYZ14.314.9220.87-
YUV107.62136.68123.28-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.42%
GREEN value IS 108 (42.58% from 255) = 32.53%
BLUE value IS 123 (48.44% from 255) = 37.05%
R=30.42%
G=32.53%
B=37.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1011081230.180.1200.52220.919.8243.92
Hex656C7B12C034dda2c
Octal14515417322140643351254
Binary1100101110110011110111001011000110100110111011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,108,123); }

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

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

 a { background-color: rgb(101,108,123); }

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

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

 span { border-color: rgb(101,108,123); }

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