Html Css Color HEX #68485D Finn

📋 copy color: '#68485D'

red 104 ◦ green 72 ◦ blue 93

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

Shades of Finn #68485D

Tints of Finn #68485D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.77%

 BLUE value IS 93 (36.72% from 255) = 34.57%

R = 38.66%
G = 26.77%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#68485D (or 0x68485D) is known color: Finn. HEX triplet: 68, 48 and 5D. RGB value is (104,72,93). Sum of RGB (Red+Green+Blue) = 104+72+93=269 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.66% from 269); Green value is 72 (28.52% from 255 or 26.77% from 269); Blue value is 93 (36.72% from 255 or 34.57% from 269); Max value from RGB is 104 - color contains mainly: red. Hex color #68485D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68485D is #97B7A2. Grayscale: #535353. Windows color (decimal): -9942947 or 6113384. OLE color: 6113384.

HSL color Cylindrical-coordinate representation of color #68485D: hue angle of 320.62º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #68485D is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 72 93 -
CMYK 0 0.31 0.11 0.59
HSL 320.63º 0.18% 0.35% -
HSV(B) 320.63º 0.31% 0.41% -
XYZ 10 8.37 11.44 -
YUV 83.96 133.1 142.29 -
System Red Green Blue C M Y K H S L
Decimal 104 72 93 0 0.31 0.11 0.59 320.63 0.18 0.35
Hex 68 48 5D 0 1F B 3B 141 12 23
Octal 150 110 135 0 37 13 73 501 22 43
Binary 1101000 1001000 1011101 0 11111 1011 111011 101000001 10010 100011

Color Harmonies of #68485D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68485D

Black with #68485D

Text Example


Text Example

White with #68485D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68485D; }

 p { color: rgb(104,72,93); }

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

background-color css

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

 a { background-color: rgb(104,72,93); }

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

border-color css

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

 span { border-color: rgb(104,72,93); }

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