Html Css Color HEX #6B5EBA Blue Marguerite

📋 copy color: '#6B5EBA'

red 107 ◦ green 94 ◦ blue 186

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

Shades of Blue Marguerite #6B5EBA

Tints of Blue Marguerite #6B5EBA

RGB

 RED value IS 107 (42.19% from 255) = 27.65%

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

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

R = 27.65%
G = 24.29%
B = 48.06%

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

#6B5EBA (or 0x6B5EBA) is known color: Blue Marguerite. HEX triplet: 6B, 5E and BA. RGB value is (107,94,186). Sum of RGB (Red+Green+Blue) = 107+94+186=387 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.65% from 387); Green value is 94 (37.11% from 255 or 24.29% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #6B5EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5EBA is #94A145. Grayscale: #6C6C6C. Windows color (decimal): -9740614 or 12213867. OLE color: 12213867.

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

Color convert

RGB 107 94 186 -
CMYK 0.42 0.49 0 0.27
HSL 248.48º 0.4% 0.55% -
HSV(B) 248.48º 0.49% 0.73% -
XYZ 18.93 14.68 48.29 -
YUV 108.38 171.81 127.02 -
System Red Green Blue C M Y K H S L
Decimal 107 94 186 0.42 0.49 0 0.27 248.48 0.4 0.55
Hex 6B 5E BA 2A 31 0 1B F8 28 37
Octal 153 136 272 52 61 0 33 370 50 67
Binary 1101011 1011110 10111010 101010 110001 0 11011 11111000 101000 110111

Color Harmonies of #6B5EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5EBA

Black with #6B5EBA

Text Example


Text Example

White with #6B5EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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