Html Css Color HEX #6F3755 Finn

📋 copy color: '#6F3755'

red 111 ◦ green 55 ◦ blue 85

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

Shades of Finn #6F3755

Tints of Finn #6F3755

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.91%

 BLUE value IS 85 (33.59% from 255) = 33.86%

R = 44.22%
G = 21.91%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#6F3755 (or 0x6F3755) is known color: Finn. HEX triplet: 6F, 37 and 55. RGB value is (111,55,85). Sum of RGB (Red+Green+Blue) = 111+55+85=251 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.22% from 251); Green value is 55 (21.88% from 255 or 21.91% from 251); Blue value is 85 (33.59% from 255 or 33.86% from 251); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3755 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3755 is #90C8AA. Grayscale: #4B4B4B. Windows color (decimal): -9488555 or 5584751. OLE color: 5584751.

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

Color convert

RGB 111 55 85 -
CMYK 0 0.50 0.23 0.56
HSL 327.86º 0.34% 0.33% -
HSV(B) 327.86º 0.5% 0.44% -
XYZ 9.56 6.77 9.4 -
YUV 75.16 133.55 153.56 -
System Red Green Blue C M Y K H S L
Decimal 111 55 85 0 0.50 0.23 0.56 327.86 0.34 0.33
Hex 6F 37 55 0 32 17 38 148 22 21
Octal 157 67 125 0 62 27 70 510 42 41
Binary 1101111 110111 1010101 0 110010 10111 111000 101001000 100010 100001

Color Harmonies of #6F3755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3755

Black with #6F3755

Text Example


Text Example

White with #6F3755

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,55,85); }

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

background-color css

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

 a { background-color: rgb(111,55,85); }

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

border-color css

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

 span { border-color: rgb(111,55,85); }

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