Html Css Color HEX #6A5EBA Blue Marguerite

📋 copy color: '#6A5EBA'

red 106 ◦ green 94 ◦ blue 186

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

Shades of Blue Marguerite #6A5EBA

Tints of Blue Marguerite #6A5EBA

RGB

 RED value IS 106 (41.8% from 255) = 27.46%

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

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

R = 27.46%
G = 24.35%
B = 48.19%

CMYK

 C value IS 0.43

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6A5EBA (or 0x6A5EBA) is known color: Blue Marguerite. HEX triplet: 6A, 5E and BA. RGB value is (106,94,186). Sum of RGB (Red+Green+Blue) = 106+94+186=386 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.46% from 386); Green value is 94 (37.11% from 255 or 24.35% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #6A5EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A5EBA is #95A145. Grayscale: #6B6B6B. Windows color (decimal): -9806150 or 12213866. OLE color: 12213866.

HSL color Cylindrical-coordinate representation of color #6A5EBA: hue angle of 247.83º 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 #6A5EBA is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 106 94 186 -
CMYK 0.43 0.49 0 0.27
HSL 247.83º 0.4% 0.55% -
HSV(B) 247.83º 0.49% 0.73% -
XYZ 18.81 14.61 48.28 -
YUV 108.08 171.98 126.52 -
System Red Green Blue C M Y K H S L
Decimal 106 94 186 0.43 0.49 0 0.27 247.83 0.4 0.55
Hex 6A 5E BA 2B 31 0 1B F8 28 37
Octal 152 136 272 53 61 0 33 370 50 67
Binary 1101010 1011110 10111010 101011 110001 0 11011 11111000 101000 110111

Color Harmonies of #6A5EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5EBA

Black with #6A5EBA

Text Example


Text Example

White with #6A5EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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