Html Css Color HEX #6C3453 Flirt

📋 copy color: '#6C3453'

red 108 ◦ green 52 ◦ blue 83

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

Shades of Flirt #6C3453

Tints of Flirt #6C3453

RGB

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

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

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

R = 44.44%
G = 21.4%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.23

 K value IS 0.58

RGB Variations

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

Color information

#6C3453 (or 0x6C3453) is known color: Flirt. HEX triplet: 6C, 34 and 53. RGB value is (108,52,83). Sum of RGB (Red+Green+Blue) = 108+52+83=243 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.44% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 83 (32.81% from 255 or 34.16% from 243); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3453 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C3453 is #93CBAC. Grayscale: #484848. Windows color (decimal): -9685933 or 5452908. OLE color: 5452908.

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

Color convert

RGB 108 52 83 -
CMYK 0 0.52 0.23 0.58
HSL 326.79º 0.35% 0.31% -
HSV(B) 326.79º 0.52% 0.42% -
XYZ 8.97 6.27 8.92 -
YUV 72.28 134.05 153.48 -
System Red Green Blue C M Y K H S L
Decimal 108 52 83 0 0.52 0.23 0.58 326.79 0.35 0.31
Hex 6C 34 53 0 34 17 3A 147 23 1F
Octal 154 64 123 0 64 27 72 507 43 37
Binary 1101100 110100 1010011 0 110100 10111 111010 101000111 100011 11111

Color Harmonies of #6C3453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3453

Black with #6C3453

Text Example


Text Example

White with #6C3453

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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