#634A67

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

Shades of Fedora #634A67

Tints of Fedora #634A67

Color information

#634A67 (or 0x634A67) is unknown color: approx Fedora. HEX triplet: 63, 4A and 67. RGB value is (99,74,103). Sum of RGB (Red+Green+Blue) = 99+74+103=276 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.87% from 276); Green value is 74 (29.30% from 255 or 26.81% from 276); Blue value is 103 (40.62% from 255 or 37.32% from 276); Max value from RGB is 103 - color contains mainly: blue. Hex color #634A67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634A67 is #9CB598. Grayscale: #545454. Windows color (decimal): -10270105 or 6769251. OLE color: 6769251.

HSL color Cylindrical-coordinate representation of color #634A67: hue angle of 291.72º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #634A67 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9974103-
CMYK0.040.2800.60
HSL291.72º16.38%34.71%-
HSV(B)291.72º28.16%40.39%-
XYZ10.048.5313.95-
YUV84.78138.28138.14-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.87%
GREEN value IS 74 (29.30% from 255) = 26.81%
BLUE value IS 103 (40.62% from 255) = 37.32%
R=35.87%
G=26.81%
B=37.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal99741030.040.2800.60291.7216.3834.71
Hex634A6741C03C1241023
Octal1431121474340744442043
Binary11000111001010110011110011100011110010010010010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,74,103); }

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

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

 a { background-color: rgb(99,74,103); }

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

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

 span { border-color: rgb(99,74,103); }

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