#67556E

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

Shades of Fedora #67556E

Tints of Fedora #67556E

Color information

#67556E (or 0x67556E) is unknown color: approx Fedora. HEX triplet: 67, 55 and 6E. RGB value is (103,85,110). Sum of RGB (Red+Green+Blue) = 103+85+110=298 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.56% from 298); Green value is 85 (33.59% from 255 or 28.52% from 298); Blue value is 110 (43.36% from 255 or 36.91% from 298); Max value from RGB is 110 - color contains mainly: blue. Hex color #67556E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67556E is #98AA91. Grayscale: #5D5D5D. Windows color (decimal): -10005138 or 7230823. OLE color: 7230823.

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

Color convert

RGB10385110-
CMYK0.060.2300.57
HSL283.2º12.82%38.24%-
HSV(B)283.2º22.73%43.14%-
XYZ11.6610.5116.17-
YUV93.23137.46134.97-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 34.56%
GREEN value IS 85 (33.59% from 255) = 28.52%
BLUE value IS 110 (43.36% from 255) = 36.91%
R=34.56%
G=28.52%
B=36.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal103851100.060.2300.57283.212.8238.24
Hex67556E61703911bd26
Octal1471251566270714331546
Binary1100111101010111011101101011101110011000110111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67556E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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