Html Css Color HEX #6F3D5D Finn

📋 copy color: '#6F3D5D'

red 111 ◦ green 61 ◦ blue 93

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

Shades of Finn #6F3D5D

Tints of Finn #6F3D5D

RGB

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

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

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

R = 41.89%
G = 23.02%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#6F3D5D (or 0x6F3D5D) is known color: Finn. HEX triplet: 6F, 3D and 5D. RGB value is (111,61,93). Sum of RGB (Red+Green+Blue) = 111+61+93=265 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.89% from 265); Green value is 61 (24.22% from 255 or 23.02% from 265); Blue value is 93 (36.72% from 255 or 35.09% from 265); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3D5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3D5D is #90C2A2. Grayscale: #4F4F4F. Windows color (decimal): -9487011 or 6110575. OLE color: 6110575.

HSL color Cylindrical-coordinate representation of color #6F3D5D: hue angle of 321.6º 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 #6F3D5D is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 61 93 -
CMYK 0 0.45 0.16 0.56
HSL 321.6º 0.29% 0.34% -
HSV(B) 321.6º 0.45% 0.44% -
XYZ 10.2 7.51 11.27 -
YUV 79.6 135.57 150.4 -
System Red Green Blue C M Y K H S L
Decimal 111 61 93 0 0.45 0.16 0.56 321.6 0.29 0.34
Hex 6F 3D 5D 0 2D 10 38 142 1D 22
Octal 157 75 135 0 55 20 70 502 35 42
Binary 1101111 111101 1011101 0 101101 10000 111000 101000010 11101 100010

Color Harmonies of #6F3D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3D5D

Black with #6F3D5D

Text Example


Text Example

White with #6F3D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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