Html Css Color HEX #6B3356 Finn

📋 copy color: '#6B3356'

red 107 ◦ green 51 ◦ blue 86

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

Shades of Finn #6B3356

Tints of Finn #6B3356

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.9%

 BLUE value IS 86 (33.98% from 255) = 35.25%

R = 43.85%
G = 20.9%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.20

 K value IS 0.58

RGB Variations

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

Color information

#6B3356 (or 0x6B3356) is known color: Finn. HEX triplet: 6B, 33 and 56. RGB value is (107,51,86). Sum of RGB (Red+Green+Blue) = 107+51+86=244 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.85% from 244); Green value is 51 (20.31% from 255 or 20.90% from 244); Blue value is 86 (33.98% from 255 or 35.25% from 244); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3356 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3356 is #94CCA9. Grayscale: #474747. Windows color (decimal): -9751722 or 5649259. OLE color: 5649259.

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

Color convert

RGB 107 51 86 -
CMYK 0 0.52 0.20 0.58
HSL 322.5º 0.35% 0.31% -
HSV(B) 322.5º 0.52% 0.42% -
XYZ 8.93 6.17 9.52 -
YUV 71.73 136.05 153.15 -
System Red Green Blue C M Y K H S L
Decimal 107 51 86 0 0.52 0.20 0.58 322.5 0.35 0.31
Hex 6B 33 56 0 34 14 3A 142 23 1F
Octal 153 63 126 0 64 24 72 502 43 37
Binary 1101011 110011 1010110 0 110100 10100 111010 101000010 100011 11111

Color Harmonies of #6B3356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3356

Black with #6B3356

Text Example


Text Example

White with #6B3356

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,51,86); }

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

background-color css

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

 a { background-color: rgb(107,51,86); }

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

border-color css

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

 span { border-color: rgb(107,51,86); }

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