#666268

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

Shades of Fedora #666268

Tints of Fedora #666268

Color information

#666268 (or 0x666268) is unknown color: approx Fedora. HEX triplet: 66, 62 and 68. RGB value is (102,98,104). Sum of RGB (Red+Green+Blue) = 102+98+104=304 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.55% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 104 (41.02% from 255 or 34.21% from 304); Max value from RGB is 104 - color contains mainly: blue. Hex color #666268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666268 is #999D97. Grayscale: #636363. Windows color (decimal): -10067352 or 6840934. OLE color: 6840934.

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

Color convert

RGB10298104-
CMYK0.020.0600.59
HSL280º2.97%39.61%-
HSV(B)280º5.77%40.78%-
XYZ12.3512.5614.87-
YUV99.88130.33129.51-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.55%
GREEN value IS 98 (38.67% from 255) = 32.24%
BLUE value IS 104 (41.02% from 255) = 34.21%
R=33.55%
G=32.24%
B=34.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102981040.020.0600.592802.9739.61
Hex6662682603B118328
Octal14614215026073430350
Binary11001101100010110100010110011101110001100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666268; }

 p { color: rgb(102,98,104); }

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

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

 a { background-color: rgb(102,98,104); }

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

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

 span { border-color: rgb(102,98,104); }

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