Html Css Color HEX #68415B Finn

📋 copy color: '#68415B'

red 104 ◦ green 65 ◦ blue 91

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

Shades of Finn #68415B

Tints of Finn #68415B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 35%

R = 40%
G = 25%
B = 35%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#68415B (or 0x68415B) is known color: Finn. HEX triplet: 68, 41 and 5B. RGB value is (104,65,91). Sum of RGB (Red+Green+Blue) = 104+65+91=260 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 91 (35.94% from 255 or 35% from 260); Max value from RGB is 104 - color contains mainly: red. Hex color #68415B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68415B is #97BEA4. Grayscale: #4F4F4F. Windows color (decimal): -9944741 or 5980520. OLE color: 5980520.

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

Color convert

RGB 104 65 91 -
CMYK 0 0.38 0.12 0.59
HSL 320º 0.23% 0.33% -
HSV(B) 320º 0.38% 0.41% -
XYZ 9.49 7.48 10.84 -
YUV 79.63 134.42 145.39 -
System Red Green Blue C M Y K H S L
Decimal 104 65 91 0 0.38 0.12 0.59 320 0.23 0.33
Hex 68 41 5B 0 26 C 3B 140 17 21
Octal 150 101 133 0 46 14 73 500 27 41
Binary 1101000 1000001 1011011 0 100110 1100 111011 101000000 10111 100001

Color Harmonies of #68415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68415B

Black with #68415B

Text Example


Text Example

White with #68415B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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