#6A55BC

Color #6A55BC Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #6A55BC

Tints of Blue Marguerite #6A55BC

Color information

#6A55BC (or 0x6A55BC) is unknown color: approx Blue Marguerite. HEX triplet: 6A, 55 and BC. RGB value is (106,85,188). Sum of RGB (Red+Green+Blue) = 106+85+188=379 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.97% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #6A55BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A55BC is #95AA43. Grayscale: #666666. Windows color (decimal): -9808452 or 12342634. OLE color: 12342634.

HSL color Cylindrical-coordinate representation of color #6A55BC: hue angle of 252.23º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A55BC is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10685188-
CMYK0.440.5500.26
HSL252.23º43.46%53.53%-
HSV(B)252.23º54.79%73.73%-
XYZ18.2713.1949.16-
YUV103.02175.96130.12-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.97%
GREEN value IS 85 (33.59% from 255) = 22.43%
BLUE value IS 188 (73.83% from 255) = 49.60%
R=27.97%
G=22.43%
B=49.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal106851880.440.5500.26252.2343.4653.53
Hex6A55BC2C3701Afc2b36
Octal15212527454670323745366
Binary110101010101011011110010110011011101101011111100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A55BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A55BC; }

 p { color: rgb(106,85,188); }

 H1.HeaderClassName
 {
   color: #6A55BC;
 }
 .AnyTagClassName
 {
   color: #6A55BC;
 }
</style>
background-color css

<style>
 a { background-color: #6A55BC; }

 a { background-color: rgb(106,85,188); }

 div.DivClassName
 {
   background-color: #6A55BC;
 }
 .BgClassName
 {
   background-color: #6A55BC;
 }
</style>
border-color css

<style>
 span { border-color: #6A55BC; }

 span { border-color: rgb(106,85,188); }

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