Html Css Color HEX #6050BD Blue Marguerite

📋 copy color: '#6050BD'

red 96 ◦ green 80 ◦ blue 189

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

Shades of Blue Marguerite #6050BD

Tints of Blue Marguerite #6050BD

RGB

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

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

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

R = 26.3%
G = 21.92%
B = 51.78%

CMYK

 C value IS 0.49

 M value IS 0.58

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6050BD (or 0x6050BD) is known color: Blue Marguerite. HEX triplet: 60, 50 and BD. RGB value is (96,80,189). Sum of RGB (Red+Green+Blue) = 96+80+189=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 189 (74.22% from 255 or 51.78% from 365); Max value from RGB is 189 - color contains mainly: blue. Hex color #6050BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6050BD is #9FAF42. Grayscale: #606060. Windows color (decimal): -10465091 or 12406880. OLE color: 12406880.

HSL color Cylindrical-coordinate representation of color #6050BD: hue angle of 248.81º 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 #6050BD is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 96 80 189 -
CMYK 0.49 0.58 0 0.26
HSL 248.81º 0.45% 0.53% -
HSV(B) 248.81º 0.58% 0.74% -
XYZ 16.88 11.9 49.55 -
YUV 97.21 179.8 127.14 -
System Red Green Blue C M Y K H S L
Decimal 96 80 189 0.49 0.58 0 0.26 248.81 0.45 0.53
Hex 60 50 BD 31 3A 0 1A F9 2D 35
Octal 140 120 275 61 72 0 32 371 55 65
Binary 1100000 1010000 10111101 110001 111010 0 11010 11111001 101101 110101

Color Harmonies of #6050BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6050BD

Black with #6050BD

Text Example


Text Example

White with #6050BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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