#665068

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

Shades of Fedora #665068

Tints of Fedora #665068

Color information

#665068 (or 0x665068) is unknown color: approx Fedora. HEX triplet: 66, 50 and 68. RGB value is (102,80,104). Sum of RGB (Red+Green+Blue) = 102+80+104=286 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.66% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 104 (41.02% from 255 or 36.36% from 286); Max value from RGB is 104 - color contains mainly: blue. Hex color #665068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665068 is #99AF97. Grayscale: #595959. Windows color (decimal): -10071960 or 6836326. OLE color: 6836326.

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

Color convert

RGB10280104-
CMYK0.020.2300.59
HSL295º13.04%36.08%-
HSV(B)295º23.08%40.78%-
XYZ10.859.5614.37-
YUV89.31136.29137.05-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.66%
GREEN value IS 80 (31.64% from 255) = 27.97%
BLUE value IS 104 (41.02% from 255) = 36.36%
R=35.66%
G=27.97%
B=36.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102801040.020.2300.5929513.0436.08
Hex66506821703B127d24
Octal1461201502270734471544
Binary110011010100001101000101011101110111001001111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665068; }

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

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

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

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

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

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

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

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