Html Css Color HEX #6C304E Flirt

📋 copy color: '#6C304E'

red 108 ◦ green 48 ◦ blue 78

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

Shades of Flirt #6C304E

Tints of Flirt #6C304E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.51%

 BLUE value IS 78 (30.86% from 255) = 33.33%

R = 46.15%
G = 20.51%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.28

 K value IS 0.58

RGB Variations

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

Color information

#6C304E (or 0x6C304E) is known color: Flirt. HEX triplet: 6C, 30 and 4E. RGB value is (108,48,78). Sum of RGB (Red+Green+Blue) = 108+48+78=234 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.15% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 78 (30.86% from 255 or 33.33% from 234); Max value from RGB is 108 - color contains mainly: red. Hex color #6C304E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C304E is #93CFB1. Grayscale: #454545. Windows color (decimal): -9686962 or 5124204. OLE color: 5124204.

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

Color convert

RGB 108 48 78 -
CMYK 0 0.56 0.28 0.58
HSL 330º 0.38% 0.31% -
HSV(B) 330º 0.56% 0.42% -
XYZ 8.62 5.85 7.88 -
YUV 69.36 132.88 155.56 -
System Red Green Blue C M Y K H S L
Decimal 108 48 78 0 0.56 0.28 0.58 330 0.38 0.31
Hex 6C 30 4E 0 38 1C 3A 14A 26 1F
Octal 154 60 116 0 70 34 72 512 46 37
Binary 1101100 110000 1001110 0 111000 11100 111010 101001010 100110 11111

Color Harmonies of #6C304E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C304E

Black with #6C304E

Text Example


Text Example

White with #6C304E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,48,78); }

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

background-color css

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

 a { background-color: rgb(108,48,78); }

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

border-color css

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

 span { border-color: rgb(108,48,78); }

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