Html Css Color HEX #684F6A Fedora

📋 copy color: '#684F6A'

red 104 ◦ green 79 ◦ blue 106

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

Shades of Fedora #684F6A

Tints of Fedora #684F6A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.34%

 BLUE value IS 106 (41.8% from 255) = 36.68%

R = 35.99%
G = 27.34%
B = 36.68%

CMYK

 C value IS 0.02

 M value IS 0.25

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#684F6A (or 0x684F6A) is known color: Fedora. HEX triplet: 68, 4F and 6A. RGB value is (104,79,106). Sum of RGB (Red+Green+Blue) = 104+79+106=289 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.99% from 289); Green value is 79 (31.25% from 255 or 27.34% from 289); Blue value is 106 (41.80% from 255 or 36.68% from 289); Max value from RGB is 106 - color contains mainly: blue. Hex color #684F6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684F6A is #97B095. Grayscale: #595959. Windows color (decimal): -9941142 or 6967144. OLE color: 6967144.

HSL color Cylindrical-coordinate representation of color #684F6A: hue angle of 295.56º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #684F6A is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 104 79 106 -
CMYK 0.02 0.25 0 0.58
HSL 295.56º 0.15% 0.36% -
HSV(B) 295.56º 0.25% 0.42% -
XYZ 11.11 9.58 14.9 -
YUV 89.55 137.28 138.3 -
System Red Green Blue C M Y K H S L
Decimal 104 79 106 0.02 0.25 0 0.58 295.56 0.15 0.36
Hex 68 4F 6A 2 19 0 3A 128 F 24
Octal 150 117 152 2 31 0 72 450 17 44
Binary 1101000 1001111 1101010 10 11001 0 111010 100101000 1111 100100

Color Harmonies of #684F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684F6A

Black with #684F6A

Text Example


Text Example

White with #684F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,79,106); }

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

background-color css

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

 a { background-color: rgb(104,79,106); }

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

border-color css

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

 span { border-color: rgb(104,79,106); }

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