Html Css Color HEX #6C3B58 Finn

📋 copy color: '#6C3B58'

red 108 ◦ green 59 ◦ blue 88

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

Shades of Finn #6C3B58

Tints of Finn #6C3B58

RGB

 RED value IS 108 (42.58% from 255) = 42.35%

 GREEN value IS 59 (23.44% from 255) = 23.14%

 BLUE value IS 88 (34.77% from 255) = 34.51%

R = 42.35%
G = 23.14%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.19

 K value IS 0.58

RGB Variations

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

Color information

#6C3B58 (or 0x6C3B58) is known color: Finn. HEX triplet: 6C, 3B and 58. RGB value is (108,59,88). Sum of RGB (Red+Green+Blue) = 108+59+88=255 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.35% from 255); Green value is 59 (23.44% from 255 or 23.14% from 255); Blue value is 88 (34.77% from 255 or 34.51% from 255); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3B58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C3B58 is #93C4A7. Grayscale: #4C4C4C. Windows color (decimal): -9684136 or 5782380. OLE color: 5782380.

HSL color Cylindrical-coordinate representation of color #6C3B58: hue angle of 324.49º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6C3B58 is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 59 88 -
CMYK 0 0.45 0.19 0.58
HSL 324.49º 0.29% 0.33% -
HSV(B) 324.49º 0.45% 0.42% -
XYZ 9.51 7.02 10.09 -
YUV 76.96 134.23 150.14 -
System Red Green Blue C M Y K H S L
Decimal 108 59 88 0 0.45 0.19 0.58 324.49 0.29 0.33
Hex 6C 3B 58 0 2D 13 3A 144 1D 21
Octal 154 73 130 0 55 23 72 504 35 41
Binary 1101100 111011 1011000 0 101101 10011 111010 101000100 11101 100001

Color Harmonies of #6C3B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3B58

Black with #6C3B58

Text Example


Text Example

White with #6C3B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,59,88); }

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

background-color css

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

 a { background-color: rgb(108,59,88); }

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

border-color css

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

 span { border-color: rgb(108,59,88); }

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