Html Css Color HEX #684F69 Fedora

📋 copy color: '#684F69'

red 104 ◦ green 79 ◦ blue 105

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

Shades of Fedora #684F69

Tints of Fedora #684F69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 36.46%

R = 36.11%
G = 27.43%
B = 36.46%

CMYK

 C value IS 0.01

 M value IS 0.25

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#684F69 (or 0x684F69) is known color: Fedora. HEX triplet: 68, 4F and 69. RGB value is (104,79,105). Sum of RGB (Red+Green+Blue) = 104+79+105=288 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.11% from 288); Green value is 79 (31.25% from 255 or 27.43% from 288); Blue value is 105 (41.41% from 255 or 36.46% from 288); Max value from RGB is 105 - color contains mainly: blue. Hex color #684F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684F69 is #97B096. Grayscale: #595959. Windows color (decimal): -9941143 or 6901608. OLE color: 6901608.

HSL color Cylindrical-coordinate representation of color #684F69: hue angle of 297.69º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #684F69 is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 79 105 -
CMYK 0.01 0.25 0 0.59
HSL 297.69º 0.14% 0.36% -
HSV(B) 297.69º 0.25% 0.41% -
XYZ 11.05 9.55 14.63 -
YUV 89.44 136.78 138.39 -
System Red Green Blue C M Y K H S L
Decimal 104 79 105 0.01 0.25 0 0.59 297.69 0.14 0.36
Hex 68 4F 69 1 19 0 3B 12A E 24
Octal 150 117 151 1 31 0 73 452 16 44
Binary 1101000 1001111 1101001 1 11001 0 111011 100101010 1110 100100

Color Harmonies of #684F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684F69

Black with #684F69

Text Example


Text Example

White with #684F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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