Html Css Color HEX #68405A Finn

📋 copy color: '#68405A'

red 104 ◦ green 64 ◦ blue 90

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

Shades of Finn #68405A

Tints of Finn #68405A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 34.88%

R = 40.31%
G = 24.81%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#68405A (or 0x68405A) is known color: Finn. HEX triplet: 68, 40 and 5A. RGB value is (104,64,90). Sum of RGB (Red+Green+Blue) = 104+64+90=258 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.31% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 90 (35.55% from 255 or 34.88% from 258); Max value from RGB is 104 - color contains mainly: red. Hex color #68405A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68405A is #97BFA5. Grayscale: #4E4E4E. Windows color (decimal): -9944998 or 5914728. OLE color: 5914728.

HSL color Cylindrical-coordinate representation of color #68405A: hue angle of 321º 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 #68405A is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 64 90 -
CMYK 0 0.38 0.13 0.59
HSL 321º 0.24% 0.33% -
HSV(B) 321º 0.38% 0.41% -
XYZ 9.39 7.35 10.6 -
YUV 78.92 134.25 145.89 -
System Red Green Blue C M Y K H S L
Decimal 104 64 90 0 0.38 0.13 0.59 321 0.24 0.33
Hex 68 40 5A 0 26 D 3B 141 18 21
Octal 150 100 132 0 46 15 73 501 30 41
Binary 1101000 1000000 1011010 0 100110 1101 111011 101000001 11000 100001

Color Harmonies of #68405A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68405A

Black with #68405A

Text Example


Text Example

White with #68405A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68405A; }

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

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

background-color css

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

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

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

border-color css

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

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

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