Html Css Color HEX #656D7D Raven

📋 copy color: '#656D7D'

red 101 ◦ green 109 ◦ blue 125

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

Shades of Raven #656D7D

Tints of Raven #656D7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.31%

R = 30.15%
G = 32.54%
B = 37.31%

CMYK

 C value IS 0.19

 M value IS 0.13

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#656D7D (or 0x656D7D) is known color: Raven. HEX triplet: 65, 6D and 7D. RGB value is (101,109,125). Sum of RGB (Red+Green+Blue) = 101+109+125=335 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.15% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 125 - color contains mainly: blue. Hex color #656D7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656D7D is #9A9282. Grayscale: #6C6C6C. Windows color (decimal): -10130051 or 8220005. OLE color: 8220005.

HSL color Cylindrical-coordinate representation of color #656D7D: hue angle of 220º 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 #656D7D is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 101 109 125 -
CMYK 0.19 0.13 0 0.51
HSL 220º 0.11% 0.44% -
HSV(B) 220º 0.19% 0.49% -
XYZ 14.54 15.18 21.57 -
YUV 108.43 137.35 122.7 -
System Red Green Blue C M Y K H S L
Decimal 101 109 125 0.19 0.13 0 0.51 220 0.11 0.44
Hex 65 6D 7D 13 D 0 33 DC B 2C
Octal 145 155 175 23 15 0 63 334 13 54
Binary 1100101 1101101 1111101 10011 1101 0 110011 11011100 1011 101100

Color Harmonies of #656D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656D7D

Black with #656D7D

Text Example


Text Example

White with #656D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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