#69606A

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

Shades of Fedora #69606A

Tints of Fedora #69606A

Color information

#69606A (or 0x69606A) is unknown color: approx Fedora. HEX triplet: 69, 60 and 6A. RGB value is (105,96,106). Sum of RGB (Red+Green+Blue) = 105+96+106=307 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.20% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 106 (41.80% from 255 or 34.53% from 307); Max value from RGB is 106 - color contains mainly: blue. Hex color #69606A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69606A is #969F95. Grayscale: #636363. Windows color (decimal): -9871254 or 6971497. OLE color: 6971497.

HSL color Cylindrical-coordinate representation of color #69606A: hue angle of 294º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #69606A is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10596106-
CMYK0.010.0900.58
HSL294º4.95%39.61%-
HSV(B)294º9.43%41.57%-
XYZ12.6112.4115.37-
YUV99.83131.48131.69-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.20%
GREEN value IS 96 (37.89% from 255) = 31.27%
BLUE value IS 106 (41.80% from 255) = 34.53%
R=34.20%
G=31.27%
B=34.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal105961060.010.0900.582944.9539.61
Hex69606A1903A126528
Octal151140152111072446550
Binary110100111000001101010110010111010100100110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69606A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69606A; }

 p { color: rgb(105,96,106); }

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

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

 a { background-color: rgb(105,96,106); }

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

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

 span { border-color: rgb(105,96,106); }

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