Html Css Color HEX #6C3253 Flirt

📋 copy color: '#6C3253'

red 108 ◦ green 50 ◦ blue 83

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

Shades of Flirt #6C3253

Tints of Flirt #6C3253

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.75%

 BLUE value IS 83 (32.81% from 255) = 34.44%

R = 44.81%
G = 20.75%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.23

 K value IS 0.58

RGB Variations

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

Color information

#6C3253 (or 0x6C3253) is known color: Flirt. HEX triplet: 6C, 32 and 53. RGB value is (108,50,83). Sum of RGB (Red+Green+Blue) = 108+50+83=241 (31% of max value = 765). Red value is 108 (42.58% from 255 or 44.81% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 83 (32.81% from 255 or 34.44% from 241); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C3253 is #93CDAC. Grayscale: #474747. Windows color (decimal): -9686445 or 5452396. OLE color: 5452396.

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

Color convert

RGB 108 50 83 -
CMYK 0 0.54 0.23 0.58
HSL 325.86º 0.37% 0.31% -
HSV(B) 325.86º 0.54% 0.42% -
XYZ 8.89 6.09 8.89 -
YUV 71.1 134.72 154.32 -
System Red Green Blue C M Y K H S L
Decimal 108 50 83 0 0.54 0.23 0.58 325.86 0.37 0.31
Hex 6C 32 53 0 36 17 3A 146 25 1F
Octal 154 62 123 0 66 27 72 506 45 37
Binary 1101100 110010 1010011 0 110110 10111 111010 101000110 100101 11111

Color Harmonies of #6C3253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3253

Black with #6C3253

Text Example


Text Example

White with #6C3253

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,50,83); }

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

background-color css

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

 a { background-color: rgb(108,50,83); }

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

border-color css

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

 span { border-color: rgb(108,50,83); }

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