Html Css Color HEX #656C80 Raven

📋 copy color: '#656C80'

red 101 ◦ green 108 ◦ blue 128

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

Shades of Raven #656C80

Tints of Raven #656C80

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.05%

 BLUE value IS 128 (50.39% from 255) = 37.98%

R = 29.97%
G = 32.05%
B = 37.98%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#656C80 (or 0x656C80) is known color: Raven. HEX triplet: 65, 6C and 80. RGB value is (101,108,128). Sum of RGB (Red+Green+Blue) = 101+108+128=337 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.97% from 337); Green value is 108 (42.58% from 255 or 32.05% from 337); Blue value is 128 (50.39% from 255 or 37.98% from 337); Max value from RGB is 128 - color contains mainly: blue. Hex color #656C80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656C80 is #9A937F. Grayscale: #6C6C6C. Windows color (decimal): -10130304 or 8416357. OLE color: 8416357.

HSL color Cylindrical-coordinate representation of color #656C80: hue angle of 224.44º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #656C80 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 101 108 128 -
CMYK 0.21 0.16 0 0.50
HSL 224.44º 0.12% 0.45% -
HSV(B) 224.44º 0.21% 0.5% -
XYZ 14.63 15.05 22.56 -
YUV 108.19 139.18 122.87 -
System Red Green Blue C M Y K H S L
Decimal 101 108 128 0.21 0.16 0 0.50 224.44 0.12 0.45
Hex 65 6C 80 15 10 0 32 E0 C 2D
Octal 145 154 200 25 20 0 62 340 14 55
Binary 1100101 1101100 10000000 10101 10000 0 110010 11100000 1100 101101

Color Harmonies of #656C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656C80

Black with #656C80

Text Example


Text Example

White with #656C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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