Html Css Color HEX #6052BC Blue Marguerite

📋 copy color: '#6052BC'

red 96 ◦ green 82 ◦ blue 188

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

Shades of Blue Marguerite #6052BC

Tints of Blue Marguerite #6052BC

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.4%

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

R = 26.23%
G = 22.4%
B = 51.37%

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

#6052BC (or 0x6052BC) is known color: Blue Marguerite. HEX triplet: 60, 52 and BC. RGB value is (96,82,188). Sum of RGB (Red+Green+Blue) = 96+82+188=366 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.23% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 188 (73.83% from 255 or 51.37% from 366); Max value from RGB is 188 - color contains mainly: blue. Hex color #6052BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6052BC is #9FAD43. Grayscale: #616161. Windows color (decimal): -10464580 or 12341856. OLE color: 12341856.

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

Color convert

RGB 96 82 188 -
CMYK 0.49 0.56 0 0.26
HSL 247.92º 0.44% 0.53% -
HSV(B) 247.92º 0.56% 0.74% -
XYZ 16.92 12.15 49.03 -
YUV 98.27 178.64 126.38 -
System Red Green Blue C M Y K H S L
Decimal 96 82 188 0.49 0.56 0 0.26 247.92 0.44 0.53
Hex 60 52 BC 31 38 0 1A F8 2C 35
Octal 140 122 274 61 70 0 32 370 54 65
Binary 1100000 1010010 10111100 110001 111000 0 11010 11111000 101100 110101

Color Harmonies of #6052BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6052BC

Black with #6052BC

Text Example


Text Example

White with #6052BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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