Html Css Color HEX #635369 Fedora

📋 copy color: '#635369'

red 99 ◦ green 83 ◦ blue 105

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

Shades of Fedora #635369

Tints of Fedora #635369

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.92%

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

R = 34.49%
G = 28.92%
B = 36.59%

CMYK

 C value IS 0.06

 M value IS 0.21

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#635369 (or 0x635369) is known color: Fedora. HEX triplet: 63, 53 and 69. RGB value is (99,83,105). Sum of RGB (Red+Green+Blue) = 99+83+105=287 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.49% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 105 (41.41% from 255 or 36.59% from 287); Max value from RGB is 105 - color contains mainly: blue. Hex color #635369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635369 is #9CAC96. Grayscale: #5A5A5A. Windows color (decimal): -10267799 or 6902627. OLE color: 6902627.

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

Color convert

RGB 99 83 105 -
CMYK 0.06 0.21 0 0.59
HSL 283.64º 0.12% 0.37% -
HSV(B) 283.64º 0.21% 0.41% -
XYZ 10.79 9.86 14.7 -
YUV 90.29 136.3 134.21 -
System Red Green Blue C M Y K H S L
Decimal 99 83 105 0.06 0.21 0 0.59 283.64 0.12 0.37
Hex 63 53 69 6 15 0 3B 11C C 25
Octal 143 123 151 6 25 0 73 434 14 45
Binary 1100011 1010011 1101001 110 10101 0 111011 100011100 1100 100101

Color Harmonies of #635369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635369

Black with #635369

Text Example


Text Example

White with #635369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635369; }

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

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

background-color css

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

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

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

border-color css

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

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

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