Html Css Color HEX #684970 Fedora

📋 copy color: '#684970'

red 104 ◦ green 73 ◦ blue 112

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

Shades of Fedora #684970

Tints of Fedora #684970

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.26%

 BLUE value IS 112 (44.14% from 255) = 38.75%

R = 35.99%
G = 25.26%
B = 38.75%

CMYK

 C value IS 0.07

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#684970 (or 0x684970) is known color: Fedora. HEX triplet: 68, 49 and 70. RGB value is (104,73,112). Sum of RGB (Red+Green+Blue) = 104+73+112=289 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.99% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 112 (44.14% from 255 or 38.75% from 289); Max value from RGB is 112 - color contains mainly: blue. Hex color #684970 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684970 is #97B68F. Grayscale: #565656. Windows color (decimal): -9942672 or 7358824. OLE color: 7358824.

HSL color Cylindrical-coordinate representation of color #684970: hue angle of 287.69º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #684970 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 73 112 -
CMYK 0.07 0.35 0 0.56
HSL 287.69º 0.21% 0.36% -
HSV(B) 287.69º 0.35% 0.44% -
XYZ 11.02 8.88 16.46 -
YUV 86.72 142.27 140.33 -
System Red Green Blue C M Y K H S L
Decimal 104 73 112 0.07 0.35 0 0.56 287.69 0.21 0.36
Hex 68 49 70 7 23 0 38 120 15 24
Octal 150 111 160 7 43 0 70 440 25 44
Binary 1101000 1001001 1110000 111 100011 0 111000 100100000 10101 100100

Color Harmonies of #684970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684970

Black with #684970

Text Example


Text Example

White with #684970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684970; }

 p { color: rgb(104,73,112); }

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

background-color css

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

 a { background-color: rgb(104,73,112); }

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

border-color css

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

 span { border-color: rgb(104,73,112); }

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