Html Css Color HEX #635569 Fedora

📋 copy color: '#635569'

red 99 ◦ green 85 ◦ blue 105

#635569
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fedora #635569

Tints of Fedora #635569

RGB

 RED value IS 99 (39.06% from 255) = 34.26%

 GREEN value IS 85 (33.59% from 255) = 29.41%

 BLUE value IS 105 (41.41% from 255) = 36.33%

R = 34.26%
G = 29.41%
B = 36.33%

CMYK

 C value IS 0.06

 M value IS 0.19

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#635569 (or 0x635569) is known color: Fedora. HEX triplet: 63, 55 and 69. RGB value is (99,85,105). Sum of RGB (Red+Green+Blue) = 99+85+105=289 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.26% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 105 - color contains mainly: blue. Hex color #635569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635569 is #9CAA96. Grayscale: #5B5B5B. Windows color (decimal): -10267287 or 6903139. OLE color: 6903139.

HSL color Cylindrical-coordinate representation of color #635569: hue angle of 282º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #635569 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 99 85 105 -
CMYK 0.06 0.19 0 0.59
HSL 282º 0.11% 0.37% -
HSV(B) 282º 0.19% 0.41% -
XYZ 10.94 10.17 14.75 -
YUV 91.47 135.64 133.37 -
System Red Green Blue C M Y K H S L
Decimal 99 85 105 0.06 0.19 0 0.59 282 0.11 0.37
Hex 63 55 69 6 13 0 3B 11A B 25
Octal 143 125 151 6 23 0 73 432 13 45
Binary 1100011 1010101 1101001 110 10011 0 111011 100011010 1011 100101

Color Harmonies of #635569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635569

Black with #635569

Text Example


Text Example

White with #635569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635569; }

 p { color: rgb(99,85,105); }

 H1.HeaderClassName
 {
   color: #635569;
 }
 .AnyTagClassName
 {
   color: #635569;
 }
</style>

background-color css

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

 a { background-color: rgb(99,85,105); }

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

border-color css

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

 span { border-color: rgb(99,85,105); }

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