#666069

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

Shades of Fedora #666069

Tints of Fedora #666069

Color information

#666069 (or 0x666069) is unknown color: approx Fedora. HEX triplet: 66, 60 and 69. RGB value is (102,96,105). Sum of RGB (Red+Green+Blue) = 102+96+105=303 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.66% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 105 (41.41% from 255 or 34.65% from 303); Max value from RGB is 105 - color contains mainly: blue. Hex color #666069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666069 is #999F96. Grayscale: #626262. Windows color (decimal): -10067863 or 6905958. OLE color: 6905958.

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

Color convert

RGB10296105-
CMYK0.030.0900.59
HSL280º4.48%39.41%-
HSV(B)280º8.57%41.18%-
XYZ12.2112.2115.08-
YUV98.82131.49130.27-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.66%
GREEN value IS 96 (37.89% from 255) = 31.68%
BLUE value IS 105 (41.41% from 255) = 34.65%
R=33.66%
G=31.68%
B=34.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102961050.030.0900.592804.4839.41
Hex6660693903B118427
Octal146140151311073430447
Binary1100110110000011010011110010111011100011000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666069; }

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

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

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

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

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

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

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

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