Html Css Color HEX #635069 Fedora

📋 copy color: '#635069'

red 99 ◦ green 80 ◦ blue 105

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

Shades of Fedora #635069

Tints of Fedora #635069

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.17%

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

R = 34.86%
G = 28.17%
B = 36.97%

CMYK

 C value IS 0.06

 M value IS 0.24

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#635069 (or 0x635069) is known color: Fedora. HEX triplet: 63, 50 and 69. RGB value is (99,80,105). Sum of RGB (Red+Green+Blue) = 99+80+105=284 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.86% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 105 (41.41% from 255 or 36.97% from 284); Max value from RGB is 105 - color contains mainly: blue. Hex color #635069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635069 is #9CAF96. Grayscale: #585858. Windows color (decimal): -10268567 or 6901859. OLE color: 6901859.

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

Color convert

RGB 99 80 105 -
CMYK 0.06 0.24 0 0.59
HSL 285.6º 0.14% 0.36% -
HSV(B) 285.6º 0.24% 0.41% -
XYZ 10.56 9.41 14.62 -
YUV 88.53 137.29 135.47 -
System Red Green Blue C M Y K H S L
Decimal 99 80 105 0.06 0.24 0 0.59 285.6 0.14 0.36
Hex 63 50 69 6 18 0 3B 11E E 24
Octal 143 120 151 6 30 0 73 436 16 44
Binary 1100011 1010000 1101001 110 11000 0 111011 100011110 1110 100100

Color Harmonies of #635069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635069

Black with #635069

Text Example


Text Example

White with #635069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635069; }

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

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

background-color css

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

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

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

border-color css

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

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

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