Html Css Color HEX #656D78 Raven

📋 copy color: '#656D78'

red 101 ◦ green 109 ◦ blue 120

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

Shades of Raven #656D78

Tints of Raven #656D78

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.03%

 BLUE value IS 120 (47.27% from 255) = 36.36%

R = 30.61%
G = 33.03%
B = 36.36%

CMYK

 C value IS 0.16

 M value IS 0.09

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#656D78 (or 0x656D78) is known color: Raven. HEX triplet: 65, 6D and 78. RGB value is (101,109,120). Sum of RGB (Red+Green+Blue) = 101+109+120=330 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.61% from 330); Green value is 109 (42.97% from 255 or 33.03% from 330); Blue value is 120 (47.27% from 255 or 36.36% from 330); Max value from RGB is 120 - color contains mainly: blue. Hex color #656D78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656D78 is #9A9287. Grayscale: #6B6B6B. Windows color (decimal): -10130056 or 7892325. OLE color: 7892325.

HSL color Cylindrical-coordinate representation of color #656D78: hue angle of 214.74º 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 #656D78 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 101 109 120 -
CMYK 0.16 0.09 0 0.53
HSL 214.74º 0.09% 0.43% -
HSV(B) 214.74º 0.16% 0.47% -
XYZ 14.23 15.06 19.93 -
YUV 107.86 134.85 123.11 -
System Red Green Blue C M Y K H S L
Decimal 101 109 120 0.16 0.09 0 0.53 214.74 0.09 0.43
Hex 65 6D 78 10 9 0 35 D7 9 2B
Octal 145 155 170 20 11 0 65 327 11 53
Binary 1100101 1101101 1111000 10000 1001 0 110101 11010111 1001 101011

Color Harmonies of #656D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656D78

Black with #656D78

Text Example


Text Example

White with #656D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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