Html Css Color HEX #6C4EBC Blue Marguerite

📋 copy color: '#6C4EBC'

red 108 ◦ green 78 ◦ blue 188

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

Shades of Blue Marguerite #6C4EBC

Tints of Blue Marguerite #6C4EBC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.86%

 BLUE value IS 188 (73.83% from 255) = 50.27%

R = 28.88%
G = 20.86%
B = 50.27%

CMYK

 C value IS 0.43

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6C4EBC (or 0x6C4EBC) is known color: Blue Marguerite. HEX triplet: 6C, 4E and BC. RGB value is (108,78,188). Sum of RGB (Red+Green+Blue) = 108+78+188=374 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.88% from 374); Green value is 78 (30.86% from 255 or 20.86% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #6C4EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C4EBC is #93B143. Grayscale: #636363. Windows color (decimal): -9679172 or 12340844. OLE color: 12340844.

HSL color Cylindrical-coordinate representation of color #6C4EBC: hue angle of 256.36º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6C4EBC is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 108 78 188 -
CMYK 0.43 0.59 0 0.26
HSL 256.36º 0.45% 0.52% -
HSV(B) 256.36º 0.59% 0.74% -
XYZ 17.99 12.27 49 -
YUV 99.51 177.94 134.06 -
System Red Green Blue C M Y K H S L
Decimal 108 78 188 0.43 0.59 0 0.26 256.36 0.45 0.52
Hex 6C 4E BC 2B 3B 0 1A 100 2D 34
Octal 154 116 274 53 73 0 32 400 55 64
Binary 1101100 1001110 10111100 101011 111011 0 11010 100000000 101101 110100

Color Harmonies of #6C4EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4EBC

Black with #6C4EBC

Text Example


Text Example

White with #6C4EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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