Html Css Color HEX #6050A2 Blue Marguerite

📋 copy color: '#6050A2'

red 96 ◦ green 80 ◦ blue 162

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

Shades of Blue Marguerite #6050A2

Tints of Blue Marguerite #6050A2

RGB

 RED value IS 96 (37.89% from 255) = 28.4%

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

 BLUE value IS 162 (63.67% from 255) = 47.93%

R = 28.4%
G = 23.67%
B = 47.93%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6050A2 (or 0x6050A2) is known color: Blue Marguerite. HEX triplet: 60, 50 and A2. RGB value is (96,80,162). Sum of RGB (Red+Green+Blue) = 96+80+162=338 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.40% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 162 (63.67% from 255 or 47.93% from 338); Max value from RGB is 162 - color contains mainly: blue. Hex color #6050A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6050A2 is #9FAF5D. Grayscale: #5D5D5D. Windows color (decimal): -10465118 or 10637408. OLE color: 10637408.

HSL color Cylindrical-coordinate representation of color #6050A2: hue angle of 251.71º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6050A2 is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 96 80 162 -
CMYK 0.41 0.51 0 0.36
HSL 251.71º 0.34% 0.47% -
HSV(B) 251.71º 0.51% 0.64% -
XYZ 14.21 10.83 35.52 -
YUV 94.13 166.3 129.33 -
System Red Green Blue C M Y K H S L
Decimal 96 80 162 0.41 0.51 0 0.36 251.71 0.34 0.47
Hex 60 50 A2 29 33 0 24 FC 22 2F
Octal 140 120 242 51 63 0 44 374 42 57
Binary 1100000 1010000 10100010 101001 110011 0 100100 11111100 100010 101111

Color Harmonies of #6050A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6050A2

Black with #6050A2

Text Example


Text Example

White with #6050A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6050A2; }

 p { color: rgb(96,80,162); }

 H1.HeaderClassName
 {
   color: #6050A2;
 }
 .AnyTagClassName
 {
   color: #6050A2;
 }
</style>

background-color css

<style>
 a { background-color: #6050A2; }

 a { background-color: rgb(96,80,162); }

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

border-color css

<style>
 span { border-color: #6050A2; }

 span { border-color: rgb(96,80,162); }

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