Html Css Color HEX #6053B5 Blue Marguerite

📋 copy color: '#6053B5'

red 96 ◦ green 83 ◦ blue 181

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

Shades of Blue Marguerite #6053B5

Tints of Blue Marguerite #6053B5

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.06%

 BLUE value IS 181 (71.09% from 255) = 50.28%

R = 26.67%
G = 23.06%
B = 50.28%

CMYK

 C value IS 0.47

 M value IS 0.54

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6053B5 (or 0x6053B5) is known color: Blue Marguerite. HEX triplet: 60, 53 and B5. RGB value is (96,83,181). Sum of RGB (Red+Green+Blue) = 96+83+181=360 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.67% from 360); Green value is 83 (32.81% from 255 or 23.06% from 360); Blue value is 181 (71.09% from 255 or 50.28% from 360); Max value from RGB is 181 - color contains mainly: blue. Hex color #6053B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6053B5 is #9FAC4A. Grayscale: #616161. Windows color (decimal): -10464331 or 11883360. OLE color: 11883360.

HSL color Cylindrical-coordinate representation of color #6053B5: hue angle of 247.96º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6053B5 is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 96 83 181 -
CMYK 0.47 0.54 0 0.29
HSL 247.96º 0.4% 0.52% -
HSV(B) 247.96º 0.54% 0.71% -
XYZ 16.26 12.01 45.18 -
YUV 98.06 174.81 126.53 -
System Red Green Blue C M Y K H S L
Decimal 96 83 181 0.47 0.54 0 0.29 247.96 0.4 0.52
Hex 60 53 B5 2F 36 0 1D F8 28 34
Octal 140 123 265 57 66 0 35 370 50 64
Binary 1100000 1010011 10110101 101111 110110 0 11101 11111000 101000 110100

Color Harmonies of #6053B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6053B5

Black with #6053B5

Text Example


Text Example

White with #6053B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6053B5; }

 p { color: rgb(96,83,181); }

 H1.HeaderClassName
 {
   color: #6053B5;
 }
 .AnyTagClassName
 {
   color: #6053B5;
 }
</style>

background-color css

<style>
 a { background-color: #6053B5; }

 a { background-color: rgb(96,83,181); }

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

border-color css

<style>
 span { border-color: #6053B5; }

 span { border-color: rgb(96,83,181); }

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