Html Css Color HEX #6053BC Blue Marguerite

📋 copy color: '#6053BC'

red 96 ◦ green 83 ◦ blue 188

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

Shades of Blue Marguerite #6053BC

Tints of Blue Marguerite #6053BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.23%

R = 26.16%
G = 22.62%
B = 51.23%

CMYK

 C value IS 0.49

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6053BC (or 0x6053BC) is known color: Blue Marguerite. HEX triplet: 60, 53 and BC. RGB value is (96,83,188). Sum of RGB (Red+Green+Blue) = 96+83+188=367 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.16% from 367); Green value is 83 (32.81% from 255 or 22.62% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #6053BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6053BC is #9FAC43. Grayscale: #626262. Windows color (decimal): -10464324 or 12342112. OLE color: 12342112.

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

Color convert

RGB 96 83 188 -
CMYK 0.49 0.56 0 0.26
HSL 247.43º 0.44% 0.53% -
HSV(B) 247.43º 0.56% 0.74% -
XYZ 16.99 12.3 49.06 -
YUV 98.86 178.31 125.96 -
System Red Green Blue C M Y K H S L
Decimal 96 83 188 0.49 0.56 0 0.26 247.43 0.44 0.53
Hex 60 53 BC 31 38 0 1A F7 2C 35
Octal 140 123 274 61 70 0 32 367 54 65
Binary 1100000 1010011 10111100 110001 111000 0 11010 11110111 101100 110101

Color Harmonies of #6053BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6053BC

Black with #6053BC

Text Example


Text Example

White with #6053BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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