#675F69

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

Shades of Fedora #675F69

Tints of Fedora #675F69

Color information

#675F69 (or 0x675F69) is unknown color: approx Fedora. HEX triplet: 67, 5F and 69. RGB value is (103,95,105). Sum of RGB (Red+Green+Blue) = 103+95+105=303 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.99% from 303); Green value is 95 (37.5% from 255 or 31.35% from 303); Blue value is 105 (41.41% from 255 or 34.65% from 303); Max value from RGB is 105 - color contains mainly: blue. Hex color #675F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675F69 is #98A096. Grayscale: #626262. Windows color (decimal): -10002583 or 6905703. OLE color: 6905703.

HSL color Cylindrical-coordinate representation of color #675F69: hue angle of 288º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #675F69 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10395105-
CMYK0.020.1000.59
HSL288º5%39.22%-
HSV(B)288º9.52%41.18%-
XYZ12.2412.0915.05-
YUV98.53131.65131.19-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.99%
GREEN value IS 95 (37.5% from 255) = 31.35%
BLUE value IS 105 (41.41% from 255) = 34.65%
R=33.99%
G=31.35%
B=34.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal103951050.020.1000.59288539.22
Hex675F692A03B120527
Octal147137151212073440547
Binary1100111101111111010011010100111011100100000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675F69; }

 p { color: rgb(103,95,105); }

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

<style>
 a { background-color: #675F69; }

 a { background-color: rgb(103,95,105); }

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

<style>
 span { border-color: #675F69; }

 span { border-color: rgb(103,95,105); }

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