Html Css Color HEX #6F3E5D Finn

📋 copy color: '#6F3E5D'

red 111 ◦ green 62 ◦ blue 93

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

Shades of Finn #6F3E5D

Tints of Finn #6F3E5D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.31%

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

R = 41.73%
G = 23.31%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#6F3E5D (or 0x6F3E5D) is known color: Finn. HEX triplet: 6F, 3E and 5D. RGB value is (111,62,93). Sum of RGB (Red+Green+Blue) = 111+62+93=266 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.73% from 266); Green value is 62 (24.61% from 255 or 23.31% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3E5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3E5D is #90C1A2. Grayscale: #505050. Windows color (decimal): -9486755 or 6110831. OLE color: 6110831.

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

Color convert

RGB 111 62 93 -
CMYK 0 0.44 0.16 0.56
HSL 322.04º 0.28% 0.34% -
HSV(B) 322.04º 0.44% 0.44% -
XYZ 10.25 7.62 11.29 -
YUV 80.19 135.23 149.98 -
System Red Green Blue C M Y K H S L
Decimal 111 62 93 0 0.44 0.16 0.56 322.04 0.28 0.34
Hex 6F 3E 5D 0 2C 10 38 142 1C 22
Octal 157 76 135 0 54 20 70 502 34 42
Binary 1101111 111110 1011101 0 101100 10000 111000 101000010 11100 100010

Color Harmonies of #6F3E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3E5D

Black with #6F3E5D

Text Example


Text Example

White with #6F3E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,62,93); }

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

background-color css

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

 a { background-color: rgb(111,62,93); }

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

border-color css

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

 span { border-color: rgb(111,62,93); }

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