Html Css Color HEX #68415A Finn

📋 copy color: '#68415A'

red 104 ◦ green 65 ◦ blue 90

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

Shades of Finn #68415A

Tints of Finn #68415A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.1%

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

R = 40.15%
G = 25.1%
B = 34.75%

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

#68415A (or 0x68415A) is known color: Finn. HEX triplet: 68, 41 and 5A. RGB value is (104,65,90). Sum of RGB (Red+Green+Blue) = 104+65+90=259 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.15% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 90 (35.55% from 255 or 34.75% from 259); Max value from RGB is 104 - color contains mainly: red. Hex color #68415A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68415A is #97BEA5. Grayscale: #4F4F4F. Windows color (decimal): -9944742 or 5914984. OLE color: 5914984.

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

Color convert

RGB 104 65 90 -
CMYK 0 0.38 0.13 0.59
HSL 321.54º 0.23% 0.33% -
HSV(B) 321.54º 0.38% 0.41% -
XYZ 9.44 7.46 10.62 -
YUV 79.51 133.92 145.47 -
System Red Green Blue C M Y K H S L
Decimal 104 65 90 0 0.38 0.13 0.59 321.54 0.23 0.33
Hex 68 41 5A 0 26 D 3B 142 17 21
Octal 150 101 132 0 46 15 73 502 27 41
Binary 1101000 1000001 1011010 0 100110 1101 111011 101000010 10111 100001

Color Harmonies of #68415A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68415A

Black with #68415A

Text Example


Text Example

White with #68415A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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