Html Css Color HEX #6F3C5B Finn

📋 copy color: '#6F3C5B'

red 111 ◦ green 60 ◦ blue 91

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

Shades of Finn #6F3C5B

Tints of Finn #6F3C5B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.9%

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

R = 42.37%
G = 22.9%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#6F3C5B (or 0x6F3C5B) is known color: Finn. HEX triplet: 6F, 3C and 5B. RGB value is (111,60,91). Sum of RGB (Red+Green+Blue) = 111+60+91=262 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.37% from 262); Green value is 60 (23.83% from 255 or 22.90% from 262); Blue value is 91 (35.94% from 255 or 34.73% from 262); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3C5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3C5B is #90C3A4. Grayscale: #4E4E4E. Windows color (decimal): -9487269 or 5979247. OLE color: 5979247.

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

Color convert

RGB 111 60 91 -
CMYK 0 0.46 0.18 0.56
HSL 323.53º 0.3% 0.34% -
HSV(B) 323.53º 0.46% 0.44% -
XYZ 10.06 7.37 10.79 -
YUV 78.78 134.9 150.98 -
System Red Green Blue C M Y K H S L
Decimal 111 60 91 0 0.46 0.18 0.56 323.53 0.3 0.34
Hex 6F 3C 5B 0 2E 12 38 144 1E 22
Octal 157 74 133 0 56 22 70 504 36 42
Binary 1101111 111100 1011011 0 101110 10010 111000 101000100 11110 100010

Color Harmonies of #6F3C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3C5B

Black with #6F3C5B

Text Example


Text Example

White with #6F3C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,60,91); }

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

background-color css

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

 a { background-color: rgb(111,60,91); }

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

border-color css

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

 span { border-color: rgb(111,60,91); }

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