#665268

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

Shades of Fedora #665268

Tints of Fedora #665268

Color information

#665268 (or 0x665268) is unknown color: approx Fedora. HEX triplet: 66, 52 and 68. RGB value is (102,82,104). Sum of RGB (Red+Green+Blue) = 102+82+104=288 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.42% from 288); Green value is 82 (32.42% from 255 or 28.47% from 288); Blue value is 104 (41.02% from 255 or 36.11% from 288); Max value from RGB is 104 - color contains mainly: blue. Hex color #665268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665268 is #99AD97. Grayscale: #5A5A5A. Windows color (decimal): -10071448 or 6836838. OLE color: 6836838.

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

Color convert

RGB10282104-
CMYK0.020.2100.59
HSL294.55º11.83%36.47%-
HSV(B)294.55º21.15%40.78%-
XYZ119.8614.42-
YUV90.49135.63136.21-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.42%
GREEN value IS 82 (32.42% from 255) = 28.47%
BLUE value IS 104 (41.02% from 255) = 36.11%
R=35.42%
G=28.47%
B=36.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102821040.020.2100.59294.5511.8336.47
Hex66526821503B127c24
Octal1461221502250734471444
Binary110011010100101101000101010101110111001001111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665268; }

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

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

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

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

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

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

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

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