Html Css Color HEX #654858 Finn

📋 copy color: '#654858'

red 101 ◦ green 72 ◦ blue 88

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

Shades of Finn #654858

Tints of Finn #654858

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.59%

 BLUE value IS 88 (34.77% from 255) = 33.72%

R = 38.7%
G = 27.59%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.13

 K value IS 0.60

RGB Variations

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

Color information

#654858 (or 0x654858) is known color: Finn. HEX triplet: 65, 48 and 58. RGB value is (101,72,88). Sum of RGB (Red+Green+Blue) = 101+72+88=261 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.70% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 88 (34.77% from 255 or 33.72% from 261); Max value from RGB is 101 - color contains mainly: red. Hex color #654858 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654858 is #9AB7A7. Grayscale: #525252. Windows color (decimal): -10139560 or 5785701. OLE color: 5785701.

HSL color Cylindrical-coordinate representation of color #654858: hue angle of 326.9º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #654858 is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 72 88 -
CMYK 0 0.29 0.13 0.60
HSL 326.9º 0.17% 0.34% -
HSV(B) 326.9º 0.29% 0.4% -
XYZ 9.45 8.11 10.3 -
YUV 82.5 131.11 141.2 -
System Red Green Blue C M Y K H S L
Decimal 101 72 88 0 0.29 0.13 0.60 326.9 0.17 0.34
Hex 65 48 58 0 1D D 3C 147 11 22
Octal 145 110 130 0 35 15 74 507 21 42
Binary 1100101 1001000 1011000 0 11101 1101 111100 101000111 10001 100010

Color Harmonies of #654858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654858

Black with #654858

Text Example


Text Example

White with #654858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654858; }

 p { color: rgb(101,72,88); }

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

background-color css

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

 a { background-color: rgb(101,72,88); }

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

border-color css

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

 span { border-color: rgb(101,72,88); }

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