Html Css Color HEX #6D63BD Blue Marguerite

📋 copy color: '#6D63BD'

red 109 ◦ green 99 ◦ blue 189

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

Shades of Blue Marguerite #6D63BD

Tints of Blue Marguerite #6D63BD

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.94%

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

R = 27.46%
G = 24.94%
B = 47.61%

CMYK

 C value IS 0.42

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6D63BD (or 0x6D63BD) is known color: Blue Marguerite. HEX triplet: 6D, 63 and BD. RGB value is (109,99,189). Sum of RGB (Red+Green+Blue) = 109+99+189=397 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.46% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 189 (74.22% from 255 or 47.61% from 397); Max value from RGB is 189 - color contains mainly: blue. Hex color #6D63BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D63BD is #929C42. Grayscale: #6F6F6F. Windows color (decimal): -9608259 or 12411757. OLE color: 12411757.

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

Color convert

RGB 109 99 189 -
CMYK 0.42 0.48 0 0.26
HSL 246.67º 0.41% 0.56% -
HSV(B) 246.67º 0.48% 0.74% -
XYZ 19.95 15.85 50.15 -
YUV 112.25 171.31 125.68 -
System Red Green Blue C M Y K H S L
Decimal 109 99 189 0.42 0.48 0 0.26 246.67 0.41 0.56
Hex 6D 63 BD 2A 30 0 1A F7 29 38
Octal 155 143 275 52 60 0 32 367 51 70
Binary 1101101 1100011 10111101 101010 110000 0 11010 11110111 101001 111000

Color Harmonies of #6D63BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D63BD

Black with #6D63BD

Text Example


Text Example

White with #6D63BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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