Html Css Color HEX #6646BA Blue Marguerite

📋 copy color: '#6646BA'

red 102 ◦ green 70 ◦ blue 186

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

Shades of Blue Marguerite #6646BA

Tints of Blue Marguerite #6646BA

RGB

 RED value IS 102 (40.23% from 255) = 28.49%

 GREEN value IS 70 (27.73% from 255) = 19.55%

 BLUE value IS 186 (73.05% from 255) = 51.96%

R = 28.49%
G = 19.55%
B = 51.96%

CMYK

 C value IS 0.45

 M value IS 0.62

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6646BA (or 0x6646BA) is known color: Blue Marguerite. HEX triplet: 66, 46 and BA. RGB value is (102,70,186). Sum of RGB (Red+Green+Blue) = 102+70+186=358 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.49% from 358); Green value is 70 (27.73% from 255 or 19.55% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #6646BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6646BA is #99B945. Grayscale: #5C5C5C. Windows color (decimal): -10074438 or 12207718. OLE color: 12207718.

HSL color Cylindrical-coordinate representation of color #6646BA: hue angle of 256.55º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6646BA is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 102 70 186 -
CMYK 0.45 0.62 0 0.27
HSL 256.55º 0.46% 0.5% -
HSV(B) 256.55º 0.62% 0.73% -
XYZ 16.53 10.75 47.66 -
YUV 92.79 180.6 134.57 -
System Red Green Blue C M Y K H S L
Decimal 102 70 186 0.45 0.62 0 0.27 256.55 0.46 0.5
Hex 66 46 BA 2D 3E 0 1B 101 2E 32
Octal 146 106 272 55 76 0 33 401 56 62
Binary 1100110 1000110 10111010 101101 111110 0 11011 100000001 101110 110010

Color Harmonies of #6646BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6646BA

Black with #6646BA

Text Example


Text Example

White with #6646BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6646BA; }

 p { color: rgb(102,70,186); }

 H1.HeaderClassName
 {
   color: #6646BA;
 }
 .AnyTagClassName
 {
   color: #6646BA;
 }
</style>

background-color css

<style>
 a { background-color: #6646BA; }

 a { background-color: rgb(102,70,186); }

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

border-color css

<style>
 span { border-color: #6646BA; }

 span { border-color: rgb(102,70,186); }

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