Html Css Color HEX #684C6F Fedora

📋 copy color: '#684C6F'

red 104 ◦ green 76 ◦ blue 111

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

Shades of Fedora #684C6F

Tints of Fedora #684C6F

RGB

 RED value IS 104 (41.02% from 255) = 35.74%

 GREEN value IS 76 (30.08% from 255) = 26.12%

 BLUE value IS 111 (43.75% from 255) = 38.14%

R = 35.74%
G = 26.12%
B = 38.14%

CMYK

 C value IS 0.06

 M value IS 0.32

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#684C6F (or 0x684C6F) is known color: Fedora. HEX triplet: 68, 4C and 6F. RGB value is (104,76,111). Sum of RGB (Red+Green+Blue) = 104+76+111=291 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.74% from 291); Green value is 76 (30.08% from 255 or 26.12% from 291); Blue value is 111 (43.75% from 255 or 38.14% from 291); Max value from RGB is 111 - color contains mainly: blue. Hex color #684C6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684C6F is #97B390. Grayscale: #585858. Windows color (decimal): -9941905 or 7294056. OLE color: 7294056.

HSL color Cylindrical-coordinate representation of color #684C6F: hue angle of 288º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #684C6F is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 76 111 -
CMYK 0.06 0.32 0 0.56
HSL 288º 0.19% 0.37% -
HSV(B) 288º 0.32% 0.44% -
XYZ 11.16 9.26 16.24 -
YUV 88.36 140.78 139.15 -
System Red Green Blue C M Y K H S L
Decimal 104 76 111 0.06 0.32 0 0.56 288 0.19 0.37
Hex 68 4C 6F 6 20 0 38 120 13 25
Octal 150 114 157 6 40 0 70 440 23 45
Binary 1101000 1001100 1101111 110 100000 0 111000 100100000 10011 100101

Color Harmonies of #684C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684C6F

Black with #684C6F

Text Example


Text Example

White with #684C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684C6F; }

 p { color: rgb(104,76,111); }

 H1.HeaderClassName
 {
   color: #684C6F;
 }
 .AnyTagClassName
 {
   color: #684C6F;
 }
</style>

background-color css

<style>
 a { background-color: #684C6F; }

 a { background-color: rgb(104,76,111); }

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

border-color css

<style>
 span { border-color: #684C6F; }

 span { border-color: rgb(104,76,111); }

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