#655C69

Color #655C69 Fedora (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fedora #655C69

Tints of Fedora #655C69

Color information

#655C69 (or 0x655C69) is unknown color: approx Fedora. HEX triplet: 65, 5C and 69. RGB value is (101,92,105). Sum of RGB (Red+Green+Blue) = 101+92+105=298 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.89% from 298); Green value is 92 (36.33% from 255 or 30.87% from 298); Blue value is 105 (41.41% from 255 or 35.23% from 298); Max value from RGB is 105 - color contains mainly: blue. Hex color #655C69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655C69 is #9AA396. Grayscale: #606060. Windows color (decimal): -10134423 or 6904933. OLE color: 6904933.

HSL color Cylindrical-coordinate representation of color #655C69: hue angle of 281.54º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #655C69 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10192105-
CMYK0.040.1200.59
HSL281.54º6.6%38.63%-
HSV(B)281.54º12.38%41.18%-
XYZ11.7411.4414.95-
YUV96.17132.98131.44-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.89%
GREEN value IS 92 (36.33% from 255) = 30.87%
BLUE value IS 105 (41.41% from 255) = 35.23%
R=33.89%
G=30.87%
B=35.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal101921050.040.1200.59281.546.638.63
Hex655C694C03B11a727
Octal145134151414073432747
Binary11001011011100110100110011000111011100011010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655C69; }

 p { color: rgb(101,92,105); }

 H1.HeaderClassName
 {
   color: #655C69;
 }
 .AnyTagClassName
 {
   color: #655C69;
 }
</style>
background-color css

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

 a { background-color: rgb(101,92,105); }

 div.DivClassName
 {
   background-color: #655C69;
 }
 .BgClassName
 {
   background-color: #655C69;
 }
</style>
border-color css

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

 span { border-color: rgb(101,92,105); }

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