#66476C

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

Shades of Fedora #66476C

Tints of Fedora #66476C

Color information

#66476C (or 0x66476C) is unknown color: approx Fedora. HEX triplet: 66, 47 and 6C. RGB value is (102,71,108). Sum of RGB (Red+Green+Blue) = 102+71+108=281 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.30% from 281); Green value is 71 (28.12% from 255 or 25.27% from 281); Blue value is 108 (42.58% from 255 or 38.43% from 281); Max value from RGB is 108 - color contains mainly: blue. Hex color #66476C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66476C is #99B893. Grayscale: #545454. Windows color (decimal): -10074260 or 7096166. OLE color: 7096166.

HSL color Cylindrical-coordinate representation of color #66476C: hue angle of 290.27º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #66476C is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10271108-
CMYK0.060.3400.58
HSL290.27º20.67%35.1%-
HSV(B)290.27º34.26%42.35%-
XYZ10.448.4115.26-
YUV84.49141.27140.49-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.30%
GREEN value IS 71 (28.12% from 255) = 25.27%
BLUE value IS 108 (42.58% from 255) = 38.43%
R=36.30%
G=25.27%
B=38.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal102711080.060.3400.58290.2720.6735.1
Hex66476C62203A1221523
Octal1461071546420724422543
Binary110011010001111101100110100010011101010010001010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66476C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66476C; }

 p { color: rgb(102,71,108); }

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

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

 a { background-color: rgb(102,71,108); }

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

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

 span { border-color: rgb(102,71,108); }

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