Html Css Color HEX #6C48B5 Blue Marguerite

📋 copy color: '#6C48B5'

red 108 ◦ green 72 ◦ blue 181

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

Shades of Blue Marguerite #6C48B5

Tints of Blue Marguerite #6C48B5

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.94%

 BLUE value IS 181 (71.09% from 255) = 50.14%

R = 29.92%
G = 19.94%
B = 50.14%

CMYK

 C value IS 0.40

 M value IS 0.60

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6C48B5 (or 0x6C48B5) is known color: Blue Marguerite. HEX triplet: 6C, 48 and B5. RGB value is (108,72,181). Sum of RGB (Red+Green+Blue) = 108+72+181=361 (47% of max value = 765). Red value is 108 (42.58% from 255 or 29.92% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 181 (71.09% from 255 or 50.14% from 361); Max value from RGB is 181 - color contains mainly: blue. Hex color #6C48B5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C48B5 is #93B74A. Grayscale: #5E5E5E. Windows color (decimal): -9680715 or 11880556. OLE color: 11880556.

HSL color Cylindrical-coordinate representation of color #6C48B5: hue angle of 259.82º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6C48B5 is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 108 72 181 -
CMYK 0.40 0.60 0 0.29
HSL 259.82º 0.43% 0.5% -
HSV(B) 259.82º 0.6% 0.71% -
XYZ 16.84 11.16 44.98 -
YUV 95.19 176.43 137.14 -
System Red Green Blue C M Y K H S L
Decimal 108 72 181 0.40 0.60 0 0.29 259.82 0.43 0.5
Hex 6C 48 B5 28 3C 0 1D 104 2B 32
Octal 154 110 265 50 74 0 35 404 53 62
Binary 1101100 1001000 10110101 101000 111100 0 11101 100000100 101011 110010

Color Harmonies of #6C48B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C48B5

Black with #6C48B5

Text Example


Text Example

White with #6C48B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,72,181); }

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

background-color css

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

 a { background-color: rgb(108,72,181); }

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

border-color css

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

 span { border-color: rgb(108,72,181); }

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