#6A48BC

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

Shades of Blue Marguerite #6A48BC

Tints of Blue Marguerite #6A48BC

Color information

#6A48BC (or 0x6A48BC) is unknown color: approx Blue Marguerite. HEX triplet: 6A, 48 and BC. RGB value is (106,72,188). Sum of RGB (Red+Green+Blue) = 106+72+188=366 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.96% from 366); Green value is 72 (28.52% from 255 or 19.67% 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 #6A48BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A48BC is #95B743. Grayscale: #5E5E5E. Windows color (decimal): -9811780 or 12339306. OLE color: 12339306.

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

Color convert

RGB10672188-
CMYK0.440.6200.26
HSL257.59º46.4%50.98%-
HSV(B)257.59º61.7%73.73%-
XYZ17.3411.3348.85-
YUV95.39180.26135.57-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.96%
GREEN value IS 72 (28.52% from 255) = 19.67%
BLUE value IS 188 (73.83% from 255) = 51.37%
R=28.96%
G=19.67%
B=51.37%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal106721880.440.6200.26257.5946.450.98
Hex6A48BC2C3E01A1022e33
Octal15211027454760324025663
Binary1101010100100010111100101100111110011010100000010101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A48BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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