Html Css Color HEX #6C3F5D Finn

📋 copy color: '#6C3F5D'

red 108 ◦ green 63 ◦ blue 93

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

Shades of Finn #6C3F5D

Tints of Finn #6C3F5D

RGB

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

 GREEN value IS 63 (25% from 255) = 23.86%

 BLUE value IS 93 (36.72% from 255) = 35.23%

R = 40.91%
G = 23.86%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#6C3F5D (or 0x6C3F5D) is known color: Finn. HEX triplet: 6C, 3F and 5D. RGB value is (108,63,93). Sum of RGB (Red+Green+Blue) = 108+63+93=264 (34% of max value = 765). Red value is 108 (42.58% from 255 or 40.91% from 264); Green value is 63 (25% from 255 or 23.86% from 264); Blue value is 93 (36.72% from 255 or 35.23% from 264); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3F5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C3F5D is #93C0A2. Grayscale: #4F4F4F. Windows color (decimal): -9683107 or 6111084. OLE color: 6111084.

HSL color Cylindrical-coordinate representation of color #6C3F5D: hue angle of 320º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6C3F5D is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 63 93 -
CMYK 0 0.42 0.14 0.58
HSL 320º 0.26% 0.34% -
HSV(B) 320º 0.42% 0.42% -
XYZ 9.94 7.53 11.29 -
YUV 79.88 135.41 148.06 -
System Red Green Blue C M Y K H S L
Decimal 108 63 93 0 0.42 0.14 0.58 320 0.26 0.34
Hex 6C 3F 5D 0 2A E 3A 140 1A 22
Octal 154 77 135 0 52 16 72 500 32 42
Binary 1101100 111111 1011101 0 101010 1110 111010 101000000 11010 100010

Color Harmonies of #6C3F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3F5D

Black with #6C3F5D

Text Example


Text Example

White with #6C3F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,63,93); }

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

background-color css

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

 a { background-color: rgb(108,63,93); }

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

border-color css

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

 span { border-color: rgb(108,63,93); }

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