Html Css Color HEX #635168 Fedora

📋 copy color: '#635168'

red 99 ◦ green 81 ◦ blue 104

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

Shades of Fedora #635168

Tints of Fedora #635168

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.52%

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

R = 34.86%
G = 28.52%
B = 36.62%

CMYK

 C value IS 0.05

 M value IS 0.22

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#635168 (or 0x635168) is known color: Fedora. HEX triplet: 63, 51 and 68. RGB value is (99,81,104). Sum of RGB (Red+Green+Blue) = 99+81+104=284 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.86% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 104 (41.02% from 255 or 36.62% from 284); Max value from RGB is 104 - color contains mainly: blue. Hex color #635168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635168 is #9CAE97. Grayscale: #585858. Windows color (decimal): -10268312 or 6836579. OLE color: 6836579.

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

Color convert

RGB 99 81 104 -
CMYK 0.05 0.22 0 0.59
HSL 286.96º 0.12% 0.36% -
HSV(B) 286.96º 0.22% 0.41% -
XYZ 10.59 9.54 14.38 -
YUV 89 136.46 135.13 -
System Red Green Blue C M Y K H S L
Decimal 99 81 104 0.05 0.22 0 0.59 286.96 0.12 0.36
Hex 63 51 68 5 16 0 3B 11F C 24
Octal 143 121 150 5 26 0 73 437 14 44
Binary 1100011 1010001 1101000 101 10110 0 111011 100011111 1100 100100

Color Harmonies of #635168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635168

Black with #635168

Text Example


Text Example

White with #635168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635168; }

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

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

background-color css

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

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

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

border-color css

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

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

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