#67486C

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

Shades of Fedora #67486C

Tints of Fedora #67486C

Color information

#67486C (or 0x67486C) is unknown color: approx Fedora. HEX triplet: 67, 48 and 6C. RGB value is (103,72,108). Sum of RGB (Red+Green+Blue) = 103+72+108=283 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.40% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 108 - color contains mainly: blue. Hex color #67486C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67486C is #98B793. Grayscale: #555555. Windows color (decimal): -10008468 or 7096423. OLE color: 7096423.

HSL color Cylindrical-coordinate representation of color #67486C: hue angle of 291.67º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #67486C is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10372108-
CMYK0.050.3300.58
HSL291.67º20%35.29%-
HSV(B)291.67º33.33%42.35%-
XYZ10.628.615.29-
YUV85.37140.77140.57-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.40%
GREEN value IS 72 (28.52% from 255) = 25.44%
BLUE value IS 108 (42.58% from 255) = 38.16%
R=36.40%
G=25.44%
B=38.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal103721080.050.3300.58291.672035.29
Hex67486C52103A1241423
Octal1471101545410724442443
Binary110011110010001101100101100001011101010010010010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67486C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67486C; }

 p { color: rgb(103,72,108); }

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

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

 a { background-color: rgb(103,72,108); }

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

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

 span { border-color: rgb(103,72,108); }

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