Html Css Color HEX #654C66 Fedora

📋 copy color: '#654C66'

red 101 ◦ green 76 ◦ blue 102

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

Shades of Fedora #654C66

Tints of Fedora #654C66

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.24%

 BLUE value IS 102 (40.23% from 255) = 36.56%

R = 36.2%
G = 27.24%
B = 36.56%

CMYK

 C value IS 0.01

 M value IS 0.25

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#654C66 (or 0x654C66) is known color: Fedora. HEX triplet: 65, 4C and 66. RGB value is (101,76,102). Sum of RGB (Red+Green+Blue) = 101+76+102=279 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.20% from 279); Green value is 76 (30.08% from 255 or 27.24% from 279); Blue value is 102 (40.23% from 255 or 36.56% from 279); Max value from RGB is 102 - color contains mainly: blue. Hex color #654C66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654C66 is #9AB399. Grayscale: #565656. Windows color (decimal): -10138522 or 6704229. OLE color: 6704229.

HSL color Cylindrical-coordinate representation of color #654C66: hue angle of 297.69º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #654C66 is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 101 76 102 -
CMYK 0.01 0.25 0 0.6
HSL 297.69º 0.15% 0.35% -
HSV(B) 297.69º 0.25% 0.4% -
XYZ 10.35 8.89 13.74 -
YUV 86.44 136.78 138.39 -
System Red Green Blue C M Y K H S L
Decimal 101 76 102 0.01 0.25 0 0.6 297.69 0.15 0.35
Hex 65 4C 66 1 19 0 3C 12A F 23
Octal 145 114 146 1 31 0 74 452 17 43
Binary 1100101 1001100 1100110 1 11001 0 111100 100101010 1111 100011

Color Harmonies of #654C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654C66

Black with #654C66

Text Example


Text Example

White with #654C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654C66; }

 p { color: rgb(101,76,102); }

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

background-color css

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

 a { background-color: rgb(101,76,102); }

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

border-color css

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

 span { border-color: rgb(101,76,102); }

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