Html Css Color HEX #6D4BBE Blue Marguerite

📋 copy color: '#6D4BBE'

red 109 ◦ green 75 ◦ blue 190

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

Shades of Blue Marguerite #6D4BBE

Tints of Blue Marguerite #6D4BBE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.05%

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

R = 29.14%
G = 20.05%
B = 50.8%

CMYK

 C value IS 0.43

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6D4BBE (or 0x6D4BBE) is known color: Blue Marguerite. HEX triplet: 6D, 4B and BE. RGB value is (109,75,190). Sum of RGB (Red+Green+Blue) = 109+75+190=374 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.14% from 374); Green value is 75 (29.69% from 255 or 20.05% from 374); Blue value is 190 (74.61% from 255 or 50.80% from 374); Max value from RGB is 190 - color contains mainly: blue. Hex color #6D4BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D4BBE is #92B441. Grayscale: #616161. Windows color (decimal): -9614402 or 12471149. OLE color: 12471149.

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

Color convert

RGB 109 75 190 -
CMYK 0.43 0.61 0 0.25
HSL 257.74º 0.47% 0.52% -
HSV(B) 257.74º 0.61% 0.75% -
XYZ 18.12 12 50.08 -
YUV 98.28 179.76 135.65 -
System Red Green Blue C M Y K H S L
Decimal 109 75 190 0.43 0.61 0 0.25 257.74 0.47 0.52
Hex 6D 4B BE 2B 3D 0 19 102 2F 34
Octal 155 113 276 53 75 0 31 402 57 64
Binary 1101101 1001011 10111110 101011 111101 0 11001 100000010 101111 110100

Color Harmonies of #6D4BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4BBE

Black with #6D4BBE

Text Example


Text Example

White with #6D4BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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