Html Css Color HEX #684054 Finn

📋 copy color: '#684054'

red 104 ◦ green 64 ◦ blue 84

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

Shades of Finn #684054

Tints of Finn #684054

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.4%

 BLUE value IS 84 (33.2% from 255) = 33.33%

R = 41.27%
G = 25.4%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.19

 K value IS 0.59

RGB Variations

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

Color information

#684054 (or 0x684054) is known color: Finn. HEX triplet: 68, 40 and 54. RGB value is (104,64,84). Sum of RGB (Red+Green+Blue) = 104+64+84=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 84 (33.20% from 255 or 33.33% from 252); Max value from RGB is 104 - color contains mainly: red. Hex color #684054 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684054 is #97BFAB. Grayscale: #4E4E4E. Windows color (decimal): -9945004 or 5521512. OLE color: 5521512.

HSL color Cylindrical-coordinate representation of color #684054: hue angle of 330º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #684054 is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 64 84 -
CMYK 0 0.38 0.19 0.59
HSL 330º 0.24% 0.33% -
HSV(B) 330º 0.38% 0.41% -
XYZ 9.14 7.25 9.31 -
YUV 78.24 131.25 146.37 -
System Red Green Blue C M Y K H S L
Decimal 104 64 84 0 0.38 0.19 0.59 330 0.24 0.33
Hex 68 40 54 0 26 13 3B 14A 18 21
Octal 150 100 124 0 46 23 73 512 30 41
Binary 1101000 1000000 1010100 0 100110 10011 111011 101001010 11000 100001

Color Harmonies of #684054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684054

Black with #684054

Text Example


Text Example

White with #684054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684054; }

 p { color: rgb(104,64,84); }

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

background-color css

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

 a { background-color: rgb(104,64,84); }

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

border-color css

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

 span { border-color: rgb(104,64,84); }

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