#6B3453

Color #6B3453 Finn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finn #6B3453

Tints of Finn #6B3453

Color information

#6B3453 (or 0x6B3453) is unknown color: approx Finn. HEX triplet: 6B, 34 and 53. RGB value is (107,52,83). Sum of RGB (Red+Green+Blue) = 107+52+83=242 (32% of max value = 765). Red value is 107 (42.19% from 255 or 44.21% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 83 (32.81% from 255 or 34.30% from 242); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3453 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3453 is #94CBAC. Grayscale: #474747. Windows color (decimal): -9751469 or 5452907. OLE color: 5452907.

HSL color Cylindrical-coordinate representation of color #6B3453: hue angle of 326.18º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6B3453 is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.58.

Color convert

RGB1075283-
CMYK00.510.220.58
HSL326.18º34.59%31.18%-
HSV(B)326.18º51.4%41.96%-
XYZ8.856.218.91-
YUV71.98134.22152.98-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 44.21%
GREEN value IS 52 (20.70% from 255) = 21.49%
BLUE value IS 83 (32.81% from 255) = 34.30%
R=44.21%
G=21.49%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.22
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107528300.510.220.58326.1834.5931.18
Hex6B3453033163A146231f
Octal1536412306326725064337
Binary1101011110100101001101100111011011101010100011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,52,83); }

 H1.HeaderClassName
 {
   color: #6B3453;
 }
 .AnyTagClassName
 {
   color: #6B3453;
 }
</style>
background-color css

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

 a { background-color: rgb(107,52,83); }

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

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

 span { border-color: rgb(107,52,83); }

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