Html Css Color HEX #635269 Fedora

📋 copy color: '#635269'

red 99 ◦ green 82 ◦ blue 105

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

Shades of Fedora #635269

Tints of Fedora #635269

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.67%

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

R = 34.62%
G = 28.67%
B = 36.71%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#635269 (or 0x635269) is known color: Fedora. HEX triplet: 63, 52 and 69. RGB value is (99,82,105). Sum of RGB (Red+Green+Blue) = 99+82+105=286 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.62% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 105 (41.41% from 255 or 36.71% from 286); Max value from RGB is 105 - color contains mainly: blue. Hex color #635269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635269 is #9CAD96. Grayscale: #595959. Windows color (decimal): -10268055 or 6902371. OLE color: 6902371.

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

Color convert

RGB 99 82 105 -
CMYK 0.06 0.22 0 0.59
HSL 284.35º 0.12% 0.37% -
HSV(B) 284.35º 0.22% 0.41% -
XYZ 10.71 9.71 14.67 -
YUV 89.71 136.63 134.63 -
System Red Green Blue C M Y K H S L
Decimal 99 82 105 0.06 0.22 0 0.59 284.35 0.12 0.37
Hex 63 52 69 6 16 0 3B 11C C 25
Octal 143 122 151 6 26 0 73 434 14 45
Binary 1100011 1010010 1101001 110 10110 0 111011 100011100 1100 100101

Color Harmonies of #635269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635269

Black with #635269

Text Example


Text Example

White with #635269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635269; }

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

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

background-color css

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

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

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

border-color css

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

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

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