Html Css Color HEX #6C5EBC Blue Marguerite

📋 copy color: '#6C5EBC'

red 108 ◦ green 94 ◦ blue 188

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

Shades of Blue Marguerite #6C5EBC

Tints of Blue Marguerite #6C5EBC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.1%

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

R = 27.69%
G = 24.1%
B = 48.21%

CMYK

 C value IS 0.43

 M value IS 0.50

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6C5EBC (or 0x6C5EBC) is known color: Blue Marguerite. HEX triplet: 6C, 5E and BC. RGB value is (108,94,188). Sum of RGB (Red+Green+Blue) = 108+94+188=390 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.69% from 390); Green value is 94 (37.11% from 255 or 24.10% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #6C5EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C5EBC is #93A143. Grayscale: #6C6C6C. Windows color (decimal): -9675076 or 12344940. OLE color: 12344940.

HSL color Cylindrical-coordinate representation of color #6C5EBC: hue angle of 248.94º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6C5EBC is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 108 94 188 -
CMYK 0.43 0.50 0 0.26
HSL 248.94º 0.41% 0.55% -
HSV(B) 248.94º 0.5% 0.74% -
XYZ 19.26 14.82 49.42 -
YUV 108.9 172.64 127.36 -
System Red Green Blue C M Y K H S L
Decimal 108 94 188 0.43 0.50 0 0.26 248.94 0.41 0.55
Hex 6C 5E BC 2B 32 0 1A F9 29 37
Octal 154 136 274 53 62 0 32 371 51 67
Binary 1101100 1011110 10111100 101011 110010 0 11010 11111001 101001 110111

Color Harmonies of #6C5EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5EBC

Black with #6C5EBC

Text Example


Text Example

White with #6C5EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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