Html Css Color HEX #6C2F54 Flirt

📋 copy color: '#6C2F54'

red 108 ◦ green 47 ◦ blue 84

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

Shades of Flirt #6C2F54

Tints of Flirt #6C2F54

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.67%

 BLUE value IS 84 (33.2% from 255) = 35.15%

R = 45.19%
G = 19.67%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.22

 K value IS 0.58

RGB Variations

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

Color information

#6C2F54 (or 0x6C2F54) is known color: Flirt. HEX triplet: 6C, 2F and 54. RGB value is (108,47,84). Sum of RGB (Red+Green+Blue) = 108+47+84=239 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.19% from 239); Green value is 47 (18.75% from 255 or 19.67% from 239); Blue value is 84 (33.20% from 255 or 35.15% from 239); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2F54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2F54 is #93D0AB. Grayscale: #454545. Windows color (decimal): -9687212 or 5517164. OLE color: 5517164.

HSL color Cylindrical-coordinate representation of color #6C2F54: hue angle of 323.61º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6C2F54 is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 47 84 -
CMYK 0 0.56 0.22 0.58
HSL 323.61º 0.39% 0.3% -
HSV(B) 323.61º 0.56% 0.42% -
XYZ 8.8 5.86 9.05 -
YUV 69.46 136.21 155.49 -
System Red Green Blue C M Y K H S L
Decimal 108 47 84 0 0.56 0.22 0.58 323.61 0.39 0.3
Hex 6C 2F 54 0 38 16 3A 144 27 1E
Octal 154 57 124 0 70 26 72 504 47 36
Binary 1101100 101111 1010100 0 111000 10110 111010 101000100 100111 11110

Color Harmonies of #6C2F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2F54

Black with #6C2F54

Text Example


Text Example

White with #6C2F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,47,84); }

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

background-color css

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

 a { background-color: rgb(108,47,84); }

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

border-color css

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

 span { border-color: rgb(108,47,84); }

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