Html Css Color HEX #6D64BD Blue Marguerite

📋 copy color: '#6D64BD'

red 109 ◦ green 100 ◦ blue 189

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

Shades of Blue Marguerite #6D64BD

Tints of Blue Marguerite #6D64BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.49%

R = 27.39%
G = 25.13%
B = 47.49%

CMYK

 C value IS 0.42

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6D64BD (or 0x6D64BD) is known color: Blue Marguerite. HEX triplet: 6D, 64 and BD. RGB value is (109,100,189). Sum of RGB (Red+Green+Blue) = 109+100+189=398 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.39% from 398); Green value is 100 (39.45% from 255 or 25.13% from 398); Blue value is 189 (74.22% from 255 or 47.49% from 398); Max value from RGB is 189 - color contains mainly: blue. Hex color #6D64BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D64BD is #929B42. Grayscale: #707070. Windows color (decimal): -9608003 or 12412013. OLE color: 12412013.

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

Color convert

RGB 109 100 189 -
CMYK 0.42 0.47 0 0.26
HSL 246.07º 0.4% 0.57% -
HSV(B) 246.07º 0.47% 0.74% -
XYZ 20.05 16.04 50.18 -
YUV 112.84 170.98 125.26 -
System Red Green Blue C M Y K H S L
Decimal 109 100 189 0.42 0.47 0 0.26 246.07 0.4 0.57
Hex 6D 64 BD 2A 2F 0 1A F6 28 39
Octal 155 144 275 52 57 0 32 366 50 71
Binary 1101101 1100100 10111101 101010 101111 0 11010 11110110 101000 111001

Color Harmonies of #6D64BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D64BD

Black with #6D64BD

Text Example


Text Example

White with #6D64BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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