Html Css Color HEX #6A50BE Blue Marguerite

📋 copy color: '#6A50BE'

red 106 ◦ green 80 ◦ blue 190

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

Shades of Blue Marguerite #6A50BE

Tints of Blue Marguerite #6A50BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.53%

R = 28.19%
G = 21.28%
B = 50.53%

CMYK

 C value IS 0.44

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6A50BE (or 0x6A50BE) is known color: Blue Marguerite. HEX triplet: 6A, 50 and BE. RGB value is (106,80,190). Sum of RGB (Red+Green+Blue) = 106+80+190=376 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.19% from 376); Green value is 80 (31.64% from 255 or 21.28% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #6A50BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A50BE is #95AF41. Grayscale: #636363. Windows color (decimal): -9809730 or 12472426. OLE color: 12472426.

HSL color Cylindrical-coordinate representation of color #6A50BE: hue angle of 254.18º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6A50BE is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 106 80 190 -
CMYK 0.44 0.58 0 0.25
HSL 254.18º 0.46% 0.53% -
HSV(B) 254.18º 0.58% 0.75% -
XYZ 18.11 12.52 50.18 -
YUV 100.31 178.61 132.06 -
System Red Green Blue C M Y K H S L
Decimal 106 80 190 0.44 0.58 0 0.25 254.18 0.46 0.53
Hex 6A 50 BE 2C 3A 0 19 FE 2E 35
Octal 152 120 276 54 72 0 31 376 56 65
Binary 1101010 1010000 10111110 101100 111010 0 11001 11111110 101110 110101

Color Harmonies of #6A50BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A50BE

Black with #6A50BE

Text Example


Text Example

White with #6A50BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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