#635865

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

Shades of Fedora #635865

Tints of Fedora #635865

Color information

#635865 (or 0x635865) is unknown color: approx Fedora. HEX triplet: 63, 58 and 65. RGB value is (99,88,101). Sum of RGB (Red+Green+Blue) = 99+88+101=288 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.38% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 101 - color contains mainly: blue. Hex color #635865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635865 is #9CA79A. Grayscale: #5C5C5C. Windows color (decimal): -10266523 or 6641763. OLE color: 6641763.

HSL color Cylindrical-coordinate representation of color #635865: hue angle of 290.77º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #635865 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9988101-
CMYK0.020.1300.60
HSL290.77º6.88%37.06%-
HSV(B)290.77º12.87%39.61%-
XYZ10.9810.5713.77-
YUV92.77132.64132.44-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.38%
GREEN value IS 88 (34.77% from 255) = 30.56%
BLUE value IS 101 (39.84% from 255) = 35.07%
R=34.38%
G=30.56%
B=35.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal99881010.020.1300.60290.776.8837.06
Hex6358652D03C123725
Octal143130145215074443745
Binary1100011101100011001011011010111100100100011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635865; }

 p { color: rgb(99,88,101); }

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

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

 a { background-color: rgb(99,88,101); }

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

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

 span { border-color: rgb(99,88,101); }

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