Html Css Color HEX #6F3A53 Finn

📋 copy color: '#6F3A53'

red 111 ◦ green 58 ◦ blue 83

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

Shades of Finn #6F3A53

Tints of Finn #6F3A53

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.02%

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

R = 44.05%
G = 23.02%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#6F3A53 (or 0x6F3A53) is known color: Finn. HEX triplet: 6F, 3A and 53. RGB value is (111,58,83). Sum of RGB (Red+Green+Blue) = 111+58+83=252 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.05% from 252); Green value is 58 (23.05% from 255 or 23.02% from 252); Blue value is 83 (32.81% from 255 or 32.94% from 252); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3A53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3A53 is #90C5AC. Grayscale: #4C4C4C. Windows color (decimal): -9487789 or 5454447. OLE color: 5454447.

HSL color Cylindrical-coordinate representation of color #6F3A53: hue angle of 331.7º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6F3A53 is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 58 83 -
CMYK 0 0.48 0.25 0.56
HSL 331.7º 0.31% 0.33% -
HSV(B) 331.7º 0.48% 0.44% -
XYZ 9.63 7.03 9.03 -
YUV 76.7 131.56 152.47 -
System Red Green Blue C M Y K H S L
Decimal 111 58 83 0 0.48 0.25 0.56 331.7 0.31 0.33
Hex 6F 3A 53 0 30 19 38 14C 1F 21
Octal 157 72 123 0 60 31 70 514 37 41
Binary 1101111 111010 1010011 0 110000 11001 111000 101001100 11111 100001

Color Harmonies of #6F3A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3A53

Black with #6F3A53

Text Example


Text Example

White with #6F3A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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