Html Css Color HEX #656E7D Raven

📋 copy color: '#656E7D'

red 101 ◦ green 110 ◦ blue 125

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

Shades of Raven #656E7D

Tints of Raven #656E7D

RGB

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

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

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

R = 30.06%
G = 32.74%
B = 37.2%

CMYK

 C value IS 0.19

 M value IS 0.12

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#656E7D (or 0x656E7D) is known color: Raven. HEX triplet: 65, 6E and 7D. RGB value is (101,110,125). Sum of RGB (Red+Green+Blue) = 101+110+125=336 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.06% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 125 - color contains mainly: blue. Hex color #656E7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656E7D is #9A9182. Grayscale: #6C6C6C. Windows color (decimal): -10129795 or 8220261. OLE color: 8220261.

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

Color convert

RGB 101 110 125 -
CMYK 0.19 0.12 0 0.51
HSL 217.5º 0.11% 0.44% -
HSV(B) 217.5º 0.19% 0.49% -
XYZ 14.64 15.4 21.6 -
YUV 109.02 137.02 122.28 -
System Red Green Blue C M Y K H S L
Decimal 101 110 125 0.19 0.12 0 0.51 217.5 0.11 0.44
Hex 65 6E 7D 13 C 0 33 DA B 2C
Octal 145 156 175 23 14 0 63 332 13 54
Binary 1100101 1101110 1111101 10011 1100 0 110011 11011010 1011 101100

Color Harmonies of #656E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656E7D

Black with #656E7D

Text Example


Text Example

White with #656E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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