#635166

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

Shades of Fedora #635166

Tints of Fedora #635166

Color information

#635166 (or 0x635166) is unknown color: approx Fedora. HEX triplet: 63, 51 and 66. RGB value is (99,81,102). Sum of RGB (Red+Green+Blue) = 99+81+102=282 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.11% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 102 (40.23% from 255 or 36.17% from 282); Max value from RGB is 102 - color contains mainly: blue. Hex color #635166 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635166 is #9CAE99. Grayscale: #585858. Windows color (decimal): -10268314 or 6705507. OLE color: 6705507.

HSL color Cylindrical-coordinate representation of color #635166: hue angle of 291.43º 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 #635166 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB9981102-
CMYK0.030.2100.6
HSL291.43º11.48%35.88%-
HSV(B)291.43º20.59%40%-
XYZ10.499.513.85-
YUV88.78135.46135.29-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.11%
GREEN value IS 81 (32.03% from 255) = 28.72%
BLUE value IS 102 (40.23% from 255) = 36.17%
R=35.11%
G=28.72%
B=36.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal99811020.030.2100.6291.4311.4835.88
Hex63516631503C123b24
Octal1431211463250744431344
Binary110001110100011100110111010101111001001000111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635166; }

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

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

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

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

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

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

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

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