#665168

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

Shades of Fedora #665168

Tints of Fedora #665168

Color information

#665168 (or 0x665168) is unknown color: approx Fedora. HEX triplet: 66, 51 and 68. RGB value is (102,81,104). Sum of RGB (Red+Green+Blue) = 102+81+104=287 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.54% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 104 - color contains mainly: blue. Hex color #665168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665168 is #99AE97. Grayscale: #595959. Windows color (decimal): -10071704 or 6836582. OLE color: 6836582.

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

Color convert

RGB10281104-
CMYK0.020.2200.59
HSL294.78º12.43%36.27%-
HSV(B)294.78º22.12%40.78%-
XYZ10.929.7114.4-
YUV89.9135.96136.63-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.54%
GREEN value IS 81 (32.03% from 255) = 28.22%
BLUE value IS 104 (41.02% from 255) = 36.24%
R=35.54%
G=28.22%
B=36.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102811040.020.2200.59294.7812.4336.27
Hex66516821603B127c24
Octal1461211502260734471444
Binary110011010100011101000101011001110111001001111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665168; }

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

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

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

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

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

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

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

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