#69636A

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

Shades of Fedora #69636A

Tints of Fedora #69636A

Color information

#69636A (or 0x69636A) is unknown color: approx Fedora. HEX triplet: 69, 63 and 6A. RGB value is (105,99,106). Sum of RGB (Red+Green+Blue) = 105+99+106=310 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.87% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 106 (41.80% from 255 or 34.19% from 310); Max value from RGB is 106 - color contains mainly: blue. Hex color #69636A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69636A is #969C95. Grayscale: #656565. Windows color (decimal): -9870486 or 6972265. OLE color: 6972265.

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

Color convert

RGB10599106-
CMYK0.010.0700.58
HSL291.43º3.41%40.2%-
HSV(B)291.43º6.6%41.57%-
XYZ12.8912.9715.46-
YUV101.59130.49130.43-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.87%
GREEN value IS 99 (39.06% from 255) = 31.94%
BLUE value IS 106 (41.80% from 255) = 34.19%
R=33.87%
G=31.94%
B=34.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal105991060.010.0700.58291.433.4140.2
Hex69636A1703A123328
Octal15114315217072443350
Binary1101001110001111010101111011101010010001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69636A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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