Html Css Color HEX #6F3D5E Finn

📋 copy color: '#6F3D5E'

red 111 ◦ green 61 ◦ blue 94

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

Shades of Finn #6F3D5E

Tints of Finn #6F3D5E

RGB

 RED value IS 111 (43.75% from 255) = 41.73%

 GREEN value IS 61 (24.22% from 255) = 22.93%

 BLUE value IS 94 (37.11% from 255) = 35.34%

R = 41.73%
G = 22.93%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#6F3D5E (or 0x6F3D5E) is known color: Finn. HEX triplet: 6F, 3D and 5E. RGB value is (111,61,94). Sum of RGB (Red+Green+Blue) = 111+61+94=266 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.73% from 266); Green value is 61 (24.22% from 255 or 22.93% from 266); Blue value is 94 (37.11% from 255 or 35.34% from 266); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3D5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3D5E is #90C2A1. Grayscale: #4F4F4F. Windows color (decimal): -9487010 or 6176111. OLE color: 6176111.

HSL color Cylindrical-coordinate representation of color #6F3D5E: hue angle of 320.4º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6F3D5E is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 61 94 -
CMYK 0 0.45 0.15 0.56
HSL 320.4º 0.29% 0.34% -
HSV(B) 320.4º 0.45% 0.44% -
XYZ 10.24 7.53 11.5 -
YUV 79.71 136.07 150.32 -
System Red Green Blue C M Y K H S L
Decimal 111 61 94 0 0.45 0.15 0.56 320.4 0.29 0.34
Hex 6F 3D 5E 0 2D F 38 140 1D 22
Octal 157 75 136 0 55 17 70 500 35 42
Binary 1101111 111101 1011110 0 101101 1111 111000 101000000 11101 100010

Color Harmonies of #6F3D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3D5E

Black with #6F3D5E

Text Example


Text Example

White with #6F3D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F3D5E; }

 p { color: rgb(111,61,94); }

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

background-color css

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

 a { background-color: rgb(111,61,94); }

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

border-color css

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

 span { border-color: rgb(111,61,94); }

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