Html Css Color HEX #6056BB Blue Marguerite

📋 copy color: '#6056BB'

red 96 ◦ green 86 ◦ blue 187

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

Shades of Blue Marguerite #6056BB

Tints of Blue Marguerite #6056BB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.31%

 BLUE value IS 187 (73.44% from 255) = 50.68%

R = 26.02%
G = 23.31%
B = 50.68%

CMYK

 C value IS 0.49

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6056BB (or 0x6056BB) is known color: Blue Marguerite. HEX triplet: 60, 56 and BB. RGB value is (96,86,187). Sum of RGB (Red+Green+Blue) = 96+86+187=369 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.02% from 369); Green value is 86 (33.98% from 255 or 23.31% from 369); Blue value is 187 (73.44% from 255 or 50.68% from 369); Max value from RGB is 187 - color contains mainly: blue. Hex color #6056BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6056BB is #9FA944. Grayscale: #646464. Windows color (decimal): -10463557 or 12277344. OLE color: 12277344.

HSL color Cylindrical-coordinate representation of color #6056BB: hue angle of 245.94º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6056BB is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 86 187 -
CMYK 0.49 0.54 0 0.27
HSL 245.94º 0.43% 0.54% -
HSV(B) 245.94º 0.54% 0.73% -
XYZ 17.12 12.73 48.57 -
YUV 100.5 176.81 124.79 -
System Red Green Blue C M Y K H S L
Decimal 96 86 187 0.49 0.54 0 0.27 245.94 0.43 0.54
Hex 60 56 BB 31 36 0 1B F6 2B 36
Octal 140 126 273 61 66 0 33 366 53 66
Binary 1100000 1010110 10111011 110001 110110 0 11011 11110110 101011 110110

Color Harmonies of #6056BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6056BB

Black with #6056BB

Text Example


Text Example

White with #6056BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6056BB; }

 p { color: rgb(96,86,187); }

 H1.HeaderClassName
 {
   color: #6056BB;
 }
 .AnyTagClassName
 {
   color: #6056BB;
 }
</style>

background-color css

<style>
 a { background-color: #6056BB; }

 a { background-color: rgb(96,86,187); }

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

border-color css

<style>
 span { border-color: #6056BB; }

 span { border-color: rgb(96,86,187); }

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