Html Css Color HEX #6C5EBA Blue Marguerite

📋 copy color: '#6C5EBA'

red 108 ◦ green 94 ◦ blue 186

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

Shades of Blue Marguerite #6C5EBA

Tints of Blue Marguerite #6C5EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.94%

R = 27.84%
G = 24.23%
B = 47.94%

CMYK

 C value IS 0.42

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6C5EBA (or 0x6C5EBA) is known color: Blue Marguerite. HEX triplet: 6C, 5E and BA. RGB value is (108,94,186). Sum of RGB (Red+Green+Blue) = 108+94+186=388 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.84% from 388); Green value is 94 (37.11% from 255 or 24.23% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #6C5EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C5EBA is #93A145. Grayscale: #6C6C6C. Windows color (decimal): -9675078 or 12213868. OLE color: 12213868.

HSL color Cylindrical-coordinate representation of color #6C5EBA: hue angle of 249.13º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6C5EBA is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 108 94 186 -
CMYK 0.42 0.49 0 0.27
HSL 249.13º 0.4% 0.55% -
HSV(B) 249.13º 0.49% 0.73% -
XYZ 19.05 14.74 48.3 -
YUV 108.67 171.64 127.52 -
System Red Green Blue C M Y K H S L
Decimal 108 94 186 0.42 0.49 0 0.27 249.13 0.4 0.55
Hex 6C 5E BA 2A 31 0 1B F9 28 37
Octal 154 136 272 52 61 0 33 371 50 67
Binary 1101100 1011110 10111010 101010 110001 0 11011 11111001 101000 110111

Color Harmonies of #6C5EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5EBA

Black with #6C5EBA

Text Example


Text Example

White with #6C5EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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