Html Css Color HEX #6055BB Blue Marguerite

📋 copy color: '#6055BB'

red 96 ◦ green 85 ◦ blue 187

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

Shades of Blue Marguerite #6055BB

Tints of Blue Marguerite #6055BB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.1%

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

R = 26.09%
G = 23.1%
B = 50.82%

CMYK

 C value IS 0.49

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6055BB (or 0x6055BB) is known color: Blue Marguerite. HEX triplet: 60, 55 and BB. RGB value is (96,85,187). Sum of RGB (Red+Green+Blue) = 96+85+187=368 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.09% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 187 (73.44% from 255 or 50.82% from 368); Max value from RGB is 187 - color contains mainly: blue. Hex color #6055BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6055BB is #9FAA44. Grayscale: #636363. Windows color (decimal): -10463813 or 12277088. OLE color: 12277088.

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

Color convert

RGB 96 85 187 -
CMYK 0.49 0.55 0 0.27
HSL 246.47º 0.43% 0.53% -
HSV(B) 246.47º 0.55% 0.73% -
XYZ 17.04 12.57 48.54 -
YUV 99.92 177.14 125.21 -
System Red Green Blue C M Y K H S L
Decimal 96 85 187 0.49 0.55 0 0.27 246.47 0.43 0.53
Hex 60 55 BB 31 37 0 1B F6 2B 35
Octal 140 125 273 61 67 0 33 366 53 65
Binary 1100000 1010101 10111011 110001 110111 0 11011 11110110 101011 110101

Color Harmonies of #6055BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6055BB

Black with #6055BB

Text Example


Text Example

White with #6055BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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