Html Css Color HEX #635469 Fedora

📋 copy color: '#635469'

red 99 ◦ green 84 ◦ blue 105

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

Shades of Fedora #635469

Tints of Fedora #635469

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.17%

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

R = 34.38%
G = 29.17%
B = 36.46%

CMYK

 C value IS 0.06

 M value IS 0.20

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#635469 (or 0x635469) is known color: Fedora. HEX triplet: 63, 54 and 69. RGB value is (99,84,105). Sum of RGB (Red+Green+Blue) = 99+84+105=288 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.38% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 105 (41.41% from 255 or 36.46% from 288); Max value from RGB is 105 - color contains mainly: blue. Hex color #635469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635469 is #9CAB96. Grayscale: #5A5A5A. Windows color (decimal): -10267543 or 6902883. OLE color: 6902883.

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

Color convert

RGB 99 84 105 -
CMYK 0.06 0.20 0 0.59
HSL 282.86º 0.11% 0.37% -
HSV(B) 282.86º 0.2% 0.41% -
XYZ 10.87 10.01 14.72 -
YUV 90.88 135.97 133.79 -
System Red Green Blue C M Y K H S L
Decimal 99 84 105 0.06 0.20 0 0.59 282.86 0.11 0.37
Hex 63 54 69 6 14 0 3B 11B B 25
Octal 143 124 151 6 24 0 73 433 13 45
Binary 1100011 1010100 1101001 110 10100 0 111011 100011011 1011 100101

Color Harmonies of #635469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635469

Black with #635469

Text Example


Text Example

White with #635469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635469; }

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

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

background-color css

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

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

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

border-color css

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

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

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