Html Css Color HEX #634968 Fedora

📋 copy color: '#634968'

red 99 ◦ green 73 ◦ blue 104

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

Shades of Fedora #634968

Tints of Fedora #634968

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.45%

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

R = 35.87%
G = 26.45%
B = 37.68%

CMYK

 C value IS 0.05

 M value IS 0.30

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#634968 (or 0x634968) is known color: Fedora. HEX triplet: 63, 49 and 68. RGB value is (99,73,104). Sum of RGB (Red+Green+Blue) = 99+73+104=276 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.87% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 104 (41.02% from 255 or 37.68% from 276); Max value from RGB is 104 - color contains mainly: blue. Hex color #634968 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634968 is #9CB697. Grayscale: #545454. Windows color (decimal): -10270360 or 6834531. OLE color: 6834531.

HSL color Cylindrical-coordinate representation of color #634968: hue angle of 290.32º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #634968 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 99 73 104 -
CMYK 0.05 0.30 0 0.59
HSL 290.32º 0.18% 0.35% -
HSV(B) 290.32º 0.3% 0.41% -
XYZ 10.03 8.42 14.19 -
YUV 84.31 139.11 138.48 -
System Red Green Blue C M Y K H S L
Decimal 99 73 104 0.05 0.30 0 0.59 290.32 0.18 0.35
Hex 63 49 68 5 1E 0 3B 122 12 23
Octal 143 111 150 5 36 0 73 442 22 43
Binary 1100011 1001001 1101000 101 11110 0 111011 100100010 10010 100011

Color Harmonies of #634968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634968

Black with #634968

Text Example


Text Example

White with #634968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634968; }

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

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

background-color css

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

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

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

border-color css

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

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

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