Html Css Color HEX #6A50B2 Blue Marguerite

📋 copy color: '#6A50B2'

red 106 ◦ green 80 ◦ blue 178

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

Shades of Blue Marguerite #6A50B2

Tints of Blue Marguerite #6A50B2

RGB

 RED value IS 106 (41.8% from 255) = 29.12%

 GREEN value IS 80 (31.64% from 255) = 21.98%

 BLUE value IS 178 (69.92% from 255) = 48.9%

R = 29.12%
G = 21.98%
B = 48.9%

CMYK

 C value IS 0.40

 M value IS 0.55

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6A50B2 (or 0x6A50B2) is known color: Blue Marguerite. HEX triplet: 6A, 50 and B2. RGB value is (106,80,178). Sum of RGB (Red+Green+Blue) = 106+80+178=364 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.12% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 178 (69.92% from 255 or 48.90% from 364); Max value from RGB is 178 - color contains mainly: blue. Hex color #6A50B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A50B2 is #95AF4D. Grayscale: #626262. Windows color (decimal): -9809742 or 11685994. OLE color: 11685994.

HSL color Cylindrical-coordinate representation of color #6A50B2: hue angle of 255.92º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A50B2 is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 106 80 178 -
CMYK 0.40 0.55 0 0.30
HSL 255.92º 0.39% 0.51% -
HSV(B) 255.92º 0.55% 0.7% -
XYZ 16.85 12.02 43.55 -
YUV 98.95 172.61 133.03 -
System Red Green Blue C M Y K H S L
Decimal 106 80 178 0.40 0.55 0 0.30 255.92 0.39 0.51
Hex 6A 50 B2 28 37 0 1E 100 27 33
Octal 152 120 262 50 67 0 36 400 47 63
Binary 1101010 1010000 10110010 101000 110111 0 11110 100000000 100111 110011

Color Harmonies of #6A50B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A50B2

Black with #6A50B2

Text Example


Text Example

White with #6A50B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,80,178); }

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

background-color css

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

 a { background-color: rgb(106,80,178); }

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

border-color css

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

 span { border-color: rgb(106,80,178); }

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