Html Css Color HEX #635669 Fedora

📋 copy color: '#635669'

red 99 ◦ green 86 ◦ blue 105

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

Shades of Fedora #635669

Tints of Fedora #635669

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.66%

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

R = 34.14%
G = 29.66%
B = 36.21%

CMYK

 C value IS 0.06

 M value IS 0.18

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#635669 (or 0x635669) is known color: Fedora. HEX triplet: 63, 56 and 69. RGB value is (99,86,105). Sum of RGB (Red+Green+Blue) = 99+86+105=290 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.14% from 290); Green value is 86 (33.98% from 255 or 29.66% from 290); Blue value is 105 (41.41% from 255 or 36.21% from 290); Max value from RGB is 105 - color contains mainly: blue. Hex color #635669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635669 is #9CA996. Grayscale: #5B5B5B. Windows color (decimal): -10267031 or 6903395. OLE color: 6903395.

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

Color convert

RGB 99 86 105 -
CMYK 0.06 0.18 0 0.59
HSL 281.05º 0.1% 0.37% -
HSV(B) 281.05º 0.18% 0.41% -
XYZ 11.02 10.33 14.78 -
YUV 92.05 135.31 132.96 -
System Red Green Blue C M Y K H S L
Decimal 99 86 105 0.06 0.18 0 0.59 281.05 0.1 0.37
Hex 63 56 69 6 12 0 3B 119 A 25
Octal 143 126 151 6 22 0 73 431 12 45
Binary 1100011 1010110 1101001 110 10010 0 111011 100011001 1010 100101

Color Harmonies of #635669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635669

Black with #635669

Text Example


Text Example

White with #635669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635669; }

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

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

background-color css

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

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

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

border-color css

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

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

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