Html Css Color HEX #6B3452 Finn

📋 copy color: '#6B3452'

red 107 ◦ green 52 ◦ blue 82

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

Shades of Finn #6B3452

Tints of Finn #6B3452

RGB

 RED value IS 107 (42.19% from 255) = 44.4%

 GREEN value IS 52 (20.7% from 255) = 21.58%

 BLUE value IS 82 (32.42% from 255) = 34.02%

R = 44.4%
G = 21.58%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.23

 K value IS 0.58

RGB Variations

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

Color information

#6B3452 (or 0x6B3452) is known color: Finn. HEX triplet: 6B, 34 and 52. RGB value is (107,52,82). Sum of RGB (Red+Green+Blue) = 107+52+82=241 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.40% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 82 (32.42% from 255 or 34.02% from 241); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3452 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3452 is #94CBAD. Grayscale: #474747. Windows color (decimal): -9751470 or 5387371. OLE color: 5387371.

HSL color Cylindrical-coordinate representation of color #6B3452: hue angle of 327.27º 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 #6B3452 is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 52 82 -
CMYK 0 0.51 0.23 0.58
HSL 327.27º 0.35% 0.31% -
HSV(B) 327.27º 0.51% 0.42% -
XYZ 8.81 6.19 8.71 -
YUV 71.87 133.72 153.06 -
System Red Green Blue C M Y K H S L
Decimal 107 52 82 0 0.51 0.23 0.58 327.27 0.35 0.31
Hex 6B 34 52 0 33 17 3A 147 23 1F
Octal 153 64 122 0 63 27 72 507 43 37
Binary 1101011 110100 1010010 0 110011 10111 111010 101000111 100011 11111

Color Harmonies of #6B3452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3452

Black with #6B3452

Text Example


Text Example

White with #6B3452

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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