#67486E

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

Shades of Fedora #67486E

Tints of Fedora #67486E

Color information

#67486E (or 0x67486E) is unknown color: approx Fedora. HEX triplet: 67, 48 and 6E. RGB value is (103,72,110). Sum of RGB (Red+Green+Blue) = 103+72+110=285 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.14% from 285); Green value is 72 (28.52% from 255 or 25.26% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 110 - color contains mainly: blue. Hex color #67486E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67486E is #98B791. Grayscale: #555555. Windows color (decimal): -10008466 or 7227495. OLE color: 7227495.

HSL color Cylindrical-coordinate representation of color #67486E: hue angle of 288.95º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #67486E is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10372110-
CMYK0.060.3500.57
HSL288.95º20.88%35.69%-
HSV(B)288.95º34.55%43.14%-
XYZ10.738.6415.86-
YUV85.6141.77140.41-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.14%
GREEN value IS 72 (28.52% from 255) = 25.26%
BLUE value IS 110 (43.36% from 255) = 38.60%
R=36.14%
G=25.26%
B=38.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal103721100.060.3500.57288.9520.8835.69
Hex67486E6230391211524
Octal1471101566430714412544
Binary110011110010001101110110100011011100110010000110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67486E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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