Html Css Color HEX #675F68 Fedora

📋 copy color: '#675F68'

red 103 ◦ green 95 ◦ blue 104

#675F68
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fedora #675F68

Tints of Fedora #675F68

RGB

 RED value IS 103 (40.63% from 255) = 34.11%

 GREEN value IS 95 (37.5% from 255) = 31.46%

 BLUE value IS 104 (41.02% from 255) = 34.44%

R = 34.11%
G = 31.46%
B = 34.44%

CMYK

 C value IS 0.01

 M value IS 0.09

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#675F68 (or 0x675F68) is known color: Fedora. HEX triplet: 67, 5F and 68. RGB value is (103,95,104). Sum of RGB (Red+Green+Blue) = 103+95+104=302 (40% of max value = 765). Red value is 103 (40.62% from 255 or 34.11% from 302); Green value is 95 (37.5% from 255 or 31.46% from 302); Blue value is 104 (41.02% from 255 or 34.44% from 302); Max value from RGB is 104 - color contains mainly: blue. Hex color #675F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675F68 is #98A097. Grayscale: #626262. Windows color (decimal): -10002584 or 6840167. OLE color: 6840167.

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

Color convert

RGB 103 95 104 -
CMYK 0.01 0.09 0 0.59
HSL 293.33º 0.05% 0.39% -
HSV(B) 293.33º 0.09% 0.41% -
XYZ 12.18 12.07 14.78 -
YUV 98.42 131.15 131.27 -
System Red Green Blue C M Y K H S L
Decimal 103 95 104 0.01 0.09 0 0.59 293.33 0.05 0.39
Hex 67 5F 68 1 9 0 3B 125 5 27
Octal 147 137 150 1 11 0 73 445 5 47
Binary 1100111 1011111 1101000 1 1001 0 111011 100100101 101 100111

Color Harmonies of #675F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675F68

Black with #675F68

Text Example


Text Example

White with #675F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #675F68;
 }
 .AnyTagClassName
 {
   color: #675F68;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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