Html Css Color HEX #6A50BD Blue Marguerite

📋 copy color: '#6A50BD'

red 106 ◦ green 80 ◦ blue 189

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

Shades of Blue Marguerite #6A50BD

Tints of Blue Marguerite #6A50BD

RGB

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

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

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

R = 28.27%
G = 21.33%
B = 50.4%

CMYK

 C value IS 0.44

 M value IS 0.58

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6A50BD (or 0x6A50BD) is known color: Blue Marguerite. HEX triplet: 6A, 50 and BD. RGB value is (106,80,189). Sum of RGB (Red+Green+Blue) = 106+80+189=375 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.27% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 189 (74.22% from 255 or 50.4% from 375); Max value from RGB is 189 - color contains mainly: blue. Hex color #6A50BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A50BD is #95AF42. Grayscale: #636363. Windows color (decimal): -9809731 or 12406890. OLE color: 12406890.

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

Color convert

RGB 106 80 189 -
CMYK 0.44 0.58 0 0.26
HSL 254.31º 0.45% 0.53% -
HSV(B) 254.31º 0.58% 0.74% -
XYZ 18 12.48 49.6 -
YUV 100.2 178.11 132.14 -
System Red Green Blue C M Y K H S L
Decimal 106 80 189 0.44 0.58 0 0.26 254.31 0.45 0.53
Hex 6A 50 BD 2C 3A 0 1A FE 2D 35
Octal 152 120 275 54 72 0 32 376 55 65
Binary 1101010 1010000 10111101 101100 111010 0 11010 11111110 101101 110101

Color Harmonies of #6A50BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A50BD

Black with #6A50BD

Text Example


Text Example

White with #6A50BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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