#6A53BF

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

Shades of Blue Marguerite #6A53BF

Tints of Blue Marguerite #6A53BF

Color information

#6A53BF (or 0x6A53BF) is unknown color: approx Blue Marguerite. HEX triplet: 6A, 53 and BF. RGB value is (106,83,191). Sum of RGB (Red+Green+Blue) = 106+83+191=380 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.89% from 380); Green value is 83 (32.81% from 255 or 21.84% from 380); Blue value is 191 (75% from 255 or 50.26% from 380); Max value from RGB is 191 - color contains mainly: blue. Hex color #6A53BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A53BF is #95AC40. Grayscale: #656565. Windows color (decimal): -9808961 or 12538730. OLE color: 12538730.

HSL color Cylindrical-coordinate representation of color #6A53BF: hue angle of 252.78º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6A53BF is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10683191-
CMYK0.450.5700.25
HSL252.78º45.76%53.73%-
HSV(B)252.78º56.54%74.9%-
XYZ18.4413.0150.83-
YUV102.19178.12130.72-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.89%
GREEN value IS 83 (32.81% from 255) = 21.84%
BLUE value IS 191 (75% from 255) = 50.26%
R=27.89%
G=21.84%
B=50.26%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal106831910.450.5700.25252.7845.7653.73
Hex6A53BF2D39019fd2e36
Octal15212327755710313755666
Binary110101010100111011111110110111100101100111111101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A53BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,83,191); }

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

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

 a { background-color: rgb(106,83,191); }

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

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

 span { border-color: rgb(106,83,191); }

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