#666068

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

Shades of Fedora #666068

Tints of Fedora #666068

Color information

#666068 (or 0x666068) is unknown color: approx Fedora. HEX triplet: 66, 60 and 68. RGB value is (102,96,104). Sum of RGB (Red+Green+Blue) = 102+96+104=302 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.77% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 104 (41.02% from 255 or 34.44% from 302); Max value from RGB is 104 - color contains mainly: blue. Hex color #666068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666068 is #999F97. Grayscale: #626262. Windows color (decimal): -10067864 or 6840422. OLE color: 6840422.

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

Color convert

RGB10296104-
CMYK0.020.0800.59
HSL285º4%39.22%-
HSV(B)285º7.69%40.78%-
XYZ12.1612.1914.81-
YUV98.71130.99130.35-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.77%
GREEN value IS 96 (37.89% from 255) = 31.79%
BLUE value IS 104 (41.02% from 255) = 34.44%
R=33.77%
G=31.79%
B=34.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102961040.020.0800.59285439.22
Hex6660682803B11d427
Octal146140150210073435447
Binary1100110110000011010001010000111011100011101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666068; }

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

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

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

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

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

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

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

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