Html Css Color HEX #6D5CBC Blue Marguerite

📋 copy color: '#6D5CBC'

red 109 ◦ green 92 ◦ blue 188

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

Shades of Blue Marguerite #6D5CBC

Tints of Blue Marguerite #6D5CBC

RGB

 RED value IS 109 (42.97% from 255) = 28.02%

 GREEN value IS 92 (36.33% from 255) = 23.65%

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

R = 28.02%
G = 23.65%
B = 48.33%

CMYK

 C value IS 0.42

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6D5CBC (or 0x6D5CBC) is known color: Blue Marguerite. HEX triplet: 6D, 5C and BC. RGB value is (109,92,188). Sum of RGB (Red+Green+Blue) = 109+92+188=389 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.02% from 389); Green value is 92 (36.33% from 255 or 23.65% 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 #6D5CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D5CBC is #92A343. Grayscale: #6B6B6B. Windows color (decimal): -9610052 or 12344429. OLE color: 12344429.

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

Color convert

RGB 109 92 188 -
CMYK 0.42 0.51 0 0.26
HSL 250.63º 0.42% 0.55% -
HSV(B) 250.63º 0.51% 0.74% -
XYZ 19.21 14.54 49.37 -
YUV 108.03 173.13 128.69 -
System Red Green Blue C M Y K H S L
Decimal 109 92 188 0.42 0.51 0 0.26 250.63 0.42 0.55
Hex 6D 5C BC 2A 33 0 1A FB 2A 37
Octal 155 134 274 52 63 0 32 373 52 67
Binary 1101101 1011100 10111100 101010 110011 0 11010 11111011 101010 110111

Color Harmonies of #6D5CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5CBC

Black with #6D5CBC

Text Example


Text Example

White with #6D5CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,92,188); }

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

background-color css

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

 a { background-color: rgb(109,92,188); }

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

border-color css

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

 span { border-color: rgb(109,92,188); }

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