#655B69

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

Shades of Fedora #655B69

Tints of Fedora #655B69

Color information

#655B69 (or 0x655B69) is unknown color: approx Fedora. HEX triplet: 65, 5B and 69. RGB value is (101,91,105). Sum of RGB (Red+Green+Blue) = 101+91+105=297 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.01% from 297); Green value is 91 (35.94% from 255 or 30.64% from 297); Blue value is 105 (41.41% from 255 or 35.35% from 297); Max value from RGB is 105 - color contains mainly: blue. Hex color #655B69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655B69 is #9AA496. Grayscale: #5F5F5F. Windows color (decimal): -10134679 or 6904677. OLE color: 6904677.

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

Color convert

RGB10191105-
CMYK0.040.1300.59
HSL282.86º7.14%38.43%-
HSV(B)282.86º13.33%41.18%-
XYZ11.6611.2714.93-
YUV95.59133.31131.86-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.01%
GREEN value IS 91 (35.94% from 255) = 30.64%
BLUE value IS 105 (41.41% from 255) = 35.35%
R=34.01%
G=30.64%
B=35.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal101911050.040.1300.59282.867.1438.43
Hex655B694D03B11b726
Octal145133151415073433746
Binary11001011011011110100110011010111011100011011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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