Html Css Color HEX #6D4CBE Blue Marguerite

📋 copy color: '#6D4CBE'

red 109 ◦ green 76 ◦ blue 190

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

Shades of Blue Marguerite #6D4CBE

Tints of Blue Marguerite #6D4CBE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.27%

 BLUE value IS 190 (74.61% from 255) = 50.67%

R = 29.07%
G = 20.27%
B = 50.67%

CMYK

 C value IS 0.43

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6D4CBE (or 0x6D4CBE) is known color: Blue Marguerite. HEX triplet: 6D, 4C and BE. RGB value is (109,76,190). Sum of RGB (Red+Green+Blue) = 109+76+190=375 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.07% from 375); Green value is 76 (30.08% from 255 or 20.27% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #6D4CBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D4CBE is #92B341. Grayscale: #626262. Windows color (decimal): -9614146 or 12471405. OLE color: 12471405.

HSL color Cylindrical-coordinate representation of color #6D4CBE: hue angle of 257.37º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6D4CBE is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 109 76 190 -
CMYK 0.43 0.60 0 0.25
HSL 257.37º 0.47% 0.52% -
HSV(B) 257.37º 0.6% 0.75% -
XYZ 18.19 12.14 50.1 -
YUV 98.86 179.43 135.23 -
System Red Green Blue C M Y K H S L
Decimal 109 76 190 0.43 0.60 0 0.25 257.37 0.47 0.52
Hex 6D 4C BE 2B 3C 0 19 101 2F 34
Octal 155 114 276 53 74 0 31 401 57 64
Binary 1101101 1001100 10111110 101011 111100 0 11001 100000001 101111 110100

Color Harmonies of #6D4CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4CBE

Black with #6D4CBE

Text Example


Text Example

White with #6D4CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,76,190); }

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

background-color css

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

 a { background-color: rgb(109,76,190); }

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

border-color css

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

 span { border-color: rgb(109,76,190); }

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