Html Css Color HEX #6B5EBC Blue Marguerite

📋 copy color: '#6B5EBC'

red 107 ◦ green 94 ◦ blue 188

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

Shades of Blue Marguerite #6B5EBC

Tints of Blue Marguerite #6B5EBC

RGB

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

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

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

R = 27.51%
G = 24.16%
B = 48.33%

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

#6B5EBC (or 0x6B5EBC) is known color: Blue Marguerite. HEX triplet: 6B, 5E and BC. RGB value is (107,94,188). Sum of RGB (Red+Green+Blue) = 107+94+188=389 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.51% from 389); Green value is 94 (37.11% from 255 or 24.16% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #6B5EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5EBC is #94A143. Grayscale: #6C6C6C. Windows color (decimal): -9740612 or 12344939. OLE color: 12344939.

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

Color convert

RGB 107 94 188 -
CMYK 0.43 0.50 0 0.26
HSL 248.3º 0.41% 0.55% -
HSV(B) 248.3º 0.5% 0.74% -
XYZ 19.14 14.76 49.42 -
YUV 108.6 172.81 126.86 -
System Red Green Blue C M Y K H S L
Decimal 107 94 188 0.43 0.50 0 0.26 248.3 0.41 0.55
Hex 6B 5E BC 2B 32 0 1A F8 29 37
Octal 153 136 274 53 62 0 32 370 51 67
Binary 1101011 1011110 10111100 101011 110010 0 11010 11111000 101001 110111

Color Harmonies of #6B5EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5EBC

Black with #6B5EBC

Text Example


Text Example

White with #6B5EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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