Html Css Color HEX #6C334F Flirt

📋 copy color: '#6C334F'

red 108 ◦ green 51 ◦ blue 79

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

Shades of Flirt #6C334F

Tints of Flirt #6C334F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.43%

 BLUE value IS 79 (31.25% from 255) = 33.19%

R = 45.38%
G = 21.43%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.27

 K value IS 0.58

RGB Variations

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

Color information

#6C334F (or 0x6C334F) is known color: Flirt. HEX triplet: 6C, 33 and 4F. RGB value is (108,51,79). Sum of RGB (Red+Green+Blue) = 108+51+79=238 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.38% from 238); Green value is 51 (20.31% from 255 or 21.43% from 238); Blue value is 79 (31.25% from 255 or 33.19% from 238); Max value from RGB is 108 - color contains mainly: red. Hex color #6C334F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C334F is #93CCB0. Grayscale: #474747. Windows color (decimal): -9686193 or 5190508. OLE color: 5190508.

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

Color convert

RGB 108 51 79 -
CMYK 0 0.53 0.27 0.58
HSL 330.53º 0.36% 0.31% -
HSV(B) 330.53º 0.53% 0.42% -
XYZ 8.78 6.12 8.12 -
YUV 71.24 132.38 154.22 -
System Red Green Blue C M Y K H S L
Decimal 108 51 79 0 0.53 0.27 0.58 330.53 0.36 0.31
Hex 6C 33 4F 0 35 1B 3A 14B 24 1F
Octal 154 63 117 0 65 33 72 513 44 37
Binary 1101100 110011 1001111 0 110101 11011 111010 101001011 100100 11111

Color Harmonies of #6C334F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C334F

Black with #6C334F

Text Example


Text Example

White with #6C334F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,51,79); }

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

background-color css

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

 a { background-color: rgb(108,51,79); }

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

border-color css

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

 span { border-color: rgb(108,51,79); }

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