Html Css Color HEX #635968 Fedora

📋 copy color: '#635968'

red 99 ◦ green 89 ◦ blue 104

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

Shades of Fedora #635968

Tints of Fedora #635968

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.48%

 BLUE value IS 104 (41.02% from 255) = 35.62%

R = 33.9%
G = 30.48%
B = 35.62%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#635968 (or 0x635968) is known color: Fedora. HEX triplet: 63, 59 and 68. RGB value is (99,89,104). Sum of RGB (Red+Green+Blue) = 99+89+104=292 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.90% from 292); Green value is 89 (35.16% from 255 or 30.48% from 292); Blue value is 104 (41.02% from 255 or 35.62% from 292); Max value from RGB is 104 - color contains mainly: blue. Hex color #635968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635968 is #9CA697. Grayscale: #5D5D5D. Windows color (decimal): -10266264 or 6838627. OLE color: 6838627.

HSL color Cylindrical-coordinate representation of color #635968: hue angle of 280º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #635968 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 99 89 104 -
CMYK 0.05 0.14 0 0.59
HSL 280º 0.08% 0.38% -
HSV(B) 280º 0.14% 0.41% -
XYZ 11.22 10.8 14.59 -
YUV 93.7 133.81 131.78 -
System Red Green Blue C M Y K H S L
Decimal 99 89 104 0.05 0.14 0 0.59 280 0.08 0.38
Hex 63 59 68 5 E 0 3B 118 8 26
Octal 143 131 150 5 16 0 73 430 10 46
Binary 1100011 1011001 1101000 101 1110 0 111011 100011000 1000 100110

Color Harmonies of #635968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635968

Black with #635968

Text Example


Text Example

White with #635968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635968; }

 p { color: rgb(99,89,104); }

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

background-color css

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

 a { background-color: rgb(99,89,104); }

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

border-color css

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

 span { border-color: rgb(99,89,104); }

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