Html Css Color HEX #656C81 Raven

📋 copy color: '#656C81'

red 101 ◦ green 108 ◦ blue 129

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

Shades of Raven #656C81

Tints of Raven #656C81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 38.17%

R = 29.88%
G = 31.95%
B = 38.17%

CMYK

 C value IS 0.22

 M value IS 0.16

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#656C81 (or 0x656C81) is known color: Raven. HEX triplet: 65, 6C and 81. RGB value is (101,108,129). Sum of RGB (Red+Green+Blue) = 101+108+129=338 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.88% from 338); Green value is 108 (42.58% from 255 or 31.95% from 338); Blue value is 129 (50.78% from 255 or 38.17% from 338); Max value from RGB is 129 - color contains mainly: blue. Hex color #656C81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656C81 is #9A937E. Grayscale: #6C6C6C. Windows color (decimal): -10130303 or 8481893. OLE color: 8481893.

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

Color convert

RGB 101 108 129 -
CMYK 0.22 0.16 0 0.49
HSL 225º 0.12% 0.45% -
HSV(B) 225º 0.22% 0.51% -
XYZ 14.69 15.08 22.9 -
YUV 108.3 139.68 122.79 -
System Red Green Blue C M Y K H S L
Decimal 101 108 129 0.22 0.16 0 0.49 225 0.12 0.45
Hex 65 6C 81 16 10 0 31 E1 C 2D
Octal 145 154 201 26 20 0 61 341 14 55
Binary 1100101 1101100 10000001 10110 10000 0 110001 11100001 1100 101101

Color Harmonies of #656C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656C81

Black with #656C81

Text Example


Text Example

White with #656C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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