Html Css Color HEX #635268 Fedora

📋 copy color: '#635268'

red 99 ◦ green 82 ◦ blue 104

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

Shades of Fedora #635268

Tints of Fedora #635268

RGB

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

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

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

R = 34.74%
G = 28.77%
B = 36.49%

CMYK

 C value IS 0.05

 M value IS 0.21

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#635268 (or 0x635268) is known color: Fedora. HEX triplet: 63, 52 and 68. RGB value is (99,82,104). Sum of RGB (Red+Green+Blue) = 99+82+104=285 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.74% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 104 - color contains mainly: blue. Hex color #635268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635268 is #9CAD97. Grayscale: #595959. Windows color (decimal): -10268056 or 6836835. OLE color: 6836835.

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

Color convert

RGB 99 82 104 -
CMYK 0.05 0.21 0 0.59
HSL 286.36º 0.12% 0.36% -
HSV(B) 286.36º 0.21% 0.41% -
XYZ 10.66 9.69 14.4 -
YUV 89.59 136.13 134.71 -
System Red Green Blue C M Y K H S L
Decimal 99 82 104 0.05 0.21 0 0.59 286.36 0.12 0.36
Hex 63 52 68 5 15 0 3B 11E C 24
Octal 143 122 150 5 25 0 73 436 14 44
Binary 1100011 1010010 1101000 101 10101 0 111011 100011110 1100 100100

Color Harmonies of #635268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635268

Black with #635268

Text Example


Text Example

White with #635268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635268; }

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

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

background-color css

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

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

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

border-color css

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

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

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