Html Css Color HEX #6D64BE Blue Marguerite

📋 copy color: '#6D64BE'

red 109 ◦ green 100 ◦ blue 190

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

Shades of Blue Marguerite #6D64BE

Tints of Blue Marguerite #6D64BE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.06%

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

R = 27.32%
G = 25.06%
B = 47.62%

CMYK

 C value IS 0.43

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6D64BE (or 0x6D64BE) is known color: Blue Marguerite. HEX triplet: 6D, 64 and BE. RGB value is (109,100,190). Sum of RGB (Red+Green+Blue) = 109+100+190=399 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.32% from 399); Green value is 100 (39.45% from 255 or 25.06% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 190 - color contains mainly: blue. Hex color #6D64BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D64BE is #929B41. Grayscale: #707070. Windows color (decimal): -9608002 or 12477549. OLE color: 12477549.

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

Color convert

RGB 109 100 190 -
CMYK 0.43 0.47 0 0.25
HSL 246º 0.41% 0.57% -
HSV(B) 246º 0.47% 0.75% -
XYZ 20.16 16.08 50.76 -
YUV 112.95 171.48 125.18 -
System Red Green Blue C M Y K H S L
Decimal 109 100 190 0.43 0.47 0 0.25 246 0.41 0.57
Hex 6D 64 BE 2B 2F 0 19 F6 29 39
Octal 155 144 276 53 57 0 31 366 51 71
Binary 1101101 1100100 10111110 101011 101111 0 11001 11110110 101001 111001

Color Harmonies of #6D64BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D64BE

Black with #6D64BE

Text Example


Text Example

White with #6D64BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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