#634B6C

Color #634B6C Fedora (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fedora #634B6C

Tints of Fedora #634B6C

Color information

#634B6C (or 0x634B6C) is unknown color: approx Fedora. HEX triplet: 63, 4B and 6C. RGB value is (99,75,108). Sum of RGB (Red+Green+Blue) = 99+75+108=282 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.11% from 282); Green value is 75 (29.69% from 255 or 26.60% from 282); Blue value is 108 (42.58% from 255 or 38.30% from 282); Max value from RGB is 108 - color contains mainly: blue. Hex color #634B6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634B6C is #9CB493. Grayscale: #555555. Windows color (decimal): -10269844 or 7097187. OLE color: 7097187.

HSL color Cylindrical-coordinate representation of color #634B6C: hue angle of 283.64º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #634B6C is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9975108-
CMYK0.080.3100.58
HSL283.64º18.03%35.88%-
HSV(B)283.64º30.56%42.35%-
XYZ10.378.7715.33-
YUV85.94140.45137.32-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.11%
GREEN value IS 75 (29.69% from 255) = 26.60%
BLUE value IS 108 (42.58% from 255) = 38.30%
R=35.11%
G=26.60%
B=38.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal99751080.080.3100.58283.6418.0335.88
Hex634B6C81F03A11c1224
Octal14311315410370724342244
Binary110001110010111101100100011111011101010001110010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634B6C; }

 p { color: rgb(99,75,108); }

 H1.HeaderClassName
 {
   color: #634B6C;
 }
 .AnyTagClassName
 {
   color: #634B6C;
 }
</style>
background-color css

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

 a { background-color: rgb(99,75,108); }

 div.DivClassName
 {
   background-color: #634B6C;
 }
 .BgClassName
 {
   background-color: #634B6C;
 }
</style>
border-color css

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

 span { border-color: rgb(99,75,108); }

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