Html Css Color HEX #656E7A Raven

📋 copy color: '#656E7A'

red 101 ◦ green 110 ◦ blue 122

#656E7A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raven #656E7A

Tints of Raven #656E7A

RGB

 RED value IS 101 (39.84% from 255) = 30.33%

 GREEN value IS 110 (43.36% from 255) = 33.03%

 BLUE value IS 122 (48.05% from 255) = 36.64%

R = 30.33%
G = 33.03%
B = 36.64%

CMYK

 C value IS 0.17

 M value IS 0.10

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#656E7A (or 0x656E7A) is known color: Raven. HEX triplet: 65, 6E and 7A. RGB value is (101,110,122). Sum of RGB (Red+Green+Blue) = 101+110+122=333 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.33% from 333); Green value is 110 (43.36% from 255 or 33.03% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 122 - color contains mainly: blue. Hex color #656E7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656E7A is #9A9185. Grayscale: #6C6C6C. Windows color (decimal): -10129798 or 8023653. OLE color: 8023653.

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

Color convert

RGB 101 110 122 -
CMYK 0.17 0.10 0 0.52
HSL 214.29º 0.09% 0.44% -
HSV(B) 214.29º 0.17% 0.48% -
XYZ 14.46 15.32 20.61 -
YUV 108.68 135.52 122.52 -
System Red Green Blue C M Y K H S L
Decimal 101 110 122 0.17 0.10 0 0.52 214.29 0.09 0.44
Hex 65 6E 7A 11 A 0 34 D6 9 2C
Octal 145 156 172 21 12 0 64 326 11 54
Binary 1100101 1101110 1111010 10001 1010 0 110100 11010110 1001 101100

Color Harmonies of #656E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656E7A

Black with #656E7A

Text Example


Text Example

White with #656E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,110,122); }

 H1.HeaderClassName
 {
   color: #656E7A;
 }
 .AnyTagClassName
 {
   color: #656E7A;
 }
</style>

background-color css

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

 a { background-color: rgb(101,110,122); }

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

border-color css

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

 span { border-color: rgb(101,110,122); }

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