Html Css Color HEX #6F3850 Finn

📋 copy color: '#6F3850'

red 111 ◦ green 56 ◦ blue 80

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

Shades of Finn #6F3850

Tints of Finn #6F3850

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.67%

 BLUE value IS 80 (31.64% from 255) = 32.39%

R = 44.94%
G = 22.67%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#6F3850 (or 0x6F3850) is known color: Finn. HEX triplet: 6F, 38 and 50. RGB value is (111,56,80). Sum of RGB (Red+Green+Blue) = 111+56+80=247 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.94% from 247); Green value is 56 (22.27% from 255 or 22.67% from 247); Blue value is 80 (31.64% from 255 or 32.39% from 247); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3850 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3850 is #90C7AF. Grayscale: #4B4B4B. Windows color (decimal): -9488304 or 5257327. OLE color: 5257327.

HSL color Cylindrical-coordinate representation of color #6F3850: hue angle of 333.82º degrees, saturation: 0.33, 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 #6F3850 is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 56 80 -
CMYK 0 0.50 0.28 0.56
HSL 333.82º 0.33% 0.33% -
HSV(B) 333.82º 0.5% 0.44% -
XYZ 9.42 6.79 8.4 -
YUV 75.18 130.72 153.55 -
System Red Green Blue C M Y K H S L
Decimal 111 56 80 0 0.50 0.28 0.56 333.82 0.33 0.33
Hex 6F 38 50 0 32 1C 38 14E 21 21
Octal 157 70 120 0 62 34 70 516 41 41
Binary 1101111 111000 1010000 0 110010 11100 111000 101001110 100001 100001

Color Harmonies of #6F3850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3850

Black with #6F3850

Text Example


Text Example

White with #6F3850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,56,80); }

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

background-color css

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

 a { background-color: rgb(111,56,80); }

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

border-color css

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

 span { border-color: rgb(111,56,80); }

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