#645166

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

Shades of Fedora #645166

Tints of Fedora #645166

Color information

#645166 (or 0x645166) is unknown color: approx Fedora. HEX triplet: 64, 51 and 66. RGB value is (100,81,102). Sum of RGB (Red+Green+Blue) = 100+81+102=283 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.34% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 102 - color contains mainly: blue. Hex color #645166 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645166 is #9BAE99. Grayscale: #595959. Windows color (decimal): -10202778 or 6705508. OLE color: 6705508.

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

Color convert

RGB10081102-
CMYK0.020.2100.6
HSL294.29º11.48%35.88%-
HSV(B)294.29º20.59%40%-
XYZ10.69.5513.86-
YUV89.08135.29135.79-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.34%
GREEN value IS 81 (32.03% from 255) = 28.62%
BLUE value IS 102 (40.23% from 255) = 36.04%
R=35.34%
G=28.62%
B=36.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal100811020.020.2100.6294.2911.4835.88
Hex64516621503C126b24
Octal1441211462250744461344
Binary110010010100011100110101010101111001001001101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645166; }

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

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

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

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

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

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

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

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