Html Css Color HEX #6D64BC Blue Marguerite

📋 copy color: '#6D64BC'

red 109 ◦ green 100 ◦ blue 188

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

Shades of Blue Marguerite #6D64BC

Tints of Blue Marguerite #6D64BC

RGB

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

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

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

R = 27.46%
G = 25.19%
B = 47.36%

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

#6D64BC (or 0x6D64BC) is known color: Blue Marguerite. HEX triplet: 6D, 64 and BC. RGB value is (109,100,188). Sum of RGB (Red+Green+Blue) = 109+100+188=397 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.46% from 397); Green value is 100 (39.45% from 255 or 25.19% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #6D64BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D64BC is #929B43. Grayscale: #707070. Windows color (decimal): -9608004 or 12346477. OLE color: 12346477.

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

Color convert

RGB 109 100 188 -
CMYK 0.42 0.47 0 0.26
HSL 246.14º 0.4% 0.56% -
HSV(B) 246.14º 0.47% 0.74% -
XYZ 19.94 16 49.61 -
YUV 112.72 170.48 125.34 -
System Red Green Blue C M Y K H S L
Decimal 109 100 188 0.42 0.47 0 0.26 246.14 0.4 0.56
Hex 6D 64 BC 2A 2F 0 1A F6 28 38
Octal 155 144 274 52 57 0 32 366 50 70
Binary 1101101 1100100 10111100 101010 101111 0 11010 11110110 101000 111000

Color Harmonies of #6D64BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D64BC

Black with #6D64BC

Text Example


Text Example

White with #6D64BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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