Html Css Color HEX #6F3D53 Finn

📋 copy color: '#6F3D53'

red 111 ◦ green 61 ◦ blue 83

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

Shades of Finn #6F3D53

Tints of Finn #6F3D53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 32.55%

R = 43.53%
G = 23.92%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#6F3D53 (or 0x6F3D53) is known color: Finn. HEX triplet: 6F, 3D and 53. RGB value is (111,61,83). Sum of RGB (Red+Green+Blue) = 111+61+83=255 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.53% from 255); Green value is 61 (24.22% from 255 or 23.92% from 255); Blue value is 83 (32.81% from 255 or 32.55% from 255); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3D53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3D53 is #90C2AC. Grayscale: #4E4E4E. Windows color (decimal): -9487021 or 5455215. OLE color: 5455215.

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

Color convert

RGB 111 61 83 -
CMYK 0 0.45 0.25 0.56
HSL 333.6º 0.29% 0.34% -
HSV(B) 333.6º 0.45% 0.44% -
XYZ 9.79 7.34 9.08 -
YUV 78.46 130.57 151.21 -
System Red Green Blue C M Y K H S L
Decimal 111 61 83 0 0.45 0.25 0.56 333.6 0.29 0.34
Hex 6F 3D 53 0 2D 19 38 14E 1D 22
Octal 157 75 123 0 55 31 70 516 35 42
Binary 1101111 111101 1010011 0 101101 11001 111000 101001110 11101 100010

Color Harmonies of #6F3D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3D53

Black with #6F3D53

Text Example


Text Example

White with #6F3D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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