#67506F

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

Shades of Fedora #67506F

Tints of Fedora #67506F

Color information

#67506F (or 0x67506F) is unknown color: approx Fedora. HEX triplet: 67, 50 and 6F. RGB value is (103,80,111). Sum of RGB (Red+Green+Blue) = 103+80+111=294 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.03% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 111 (43.75% from 255 or 37.76% from 294); Max value from RGB is 111 - color contains mainly: blue. Hex color #67506F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67506F is #98AF90. Grayscale: #5A5A5A. Windows color (decimal): -10006417 or 7295079. OLE color: 7295079.

HSL color Cylindrical-coordinate representation of color #67506F: hue angle of 284.52º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #67506F is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10380111-
CMYK0.070.2800.56
HSL284.52º16.23%37.45%-
HSV(B)284.52º27.93%43.53%-
XYZ11.339.7716.33-
YUV90.41139.62136.98-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 35.03%
GREEN value IS 80 (31.64% from 255) = 27.21%
BLUE value IS 111 (43.75% from 255) = 37.76%
R=35.03%
G=27.21%
B=37.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal103801110.070.2800.56284.5216.2337.45
Hex67506F71C03811d1025
Octal1471201577340704352045
Binary11001111010000110111111111100011100010001110110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67506F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67506F; }

 p { color: rgb(103,80,111); }

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

<style>
 a { background-color: #67506F; }

 a { background-color: rgb(103,80,111); }

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

<style>
 span { border-color: #67506F; }

 span { border-color: rgb(103,80,111); }

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