#6A5DAB

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

Shades of Blue Marguerite #6A5DAB

Tints of Blue Marguerite #6A5DAB

Color information

#6A5DAB (or 0x6A5DAB) is unknown color: approx Blue Marguerite. HEX triplet: 6A, 5D and AB. RGB value is (106,93,171). Sum of RGB (Red+Green+Blue) = 106+93+171=370 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.65% from 370); Green value is 93 (36.72% from 255 or 25.14% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 171 - color contains mainly: blue. Hex color #6A5DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A5DAB is #95A254. Grayscale: #696969. Windows color (decimal): -9806421 or 11230570. OLE color: 11230570.

HSL color Cylindrical-coordinate representation of color #6A5DAB: hue angle of 250º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6A5DAB is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10693171-
CMYK0.380.4600.33
HSL250º31.71%51.76%-
HSV(B)250º45.61%67.06%-
XYZ17.2113.8340.29-
YUV105.78164.81128.16-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.65%
GREEN value IS 93 (36.72% from 255) = 25.14%
BLUE value IS 171 (67.19% from 255) = 46.22%
R=28.65%
G=25.14%
B=46.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal106931710.380.4600.3325031.7151.76
Hex6A5DAB262E021fa2034
Octal15213525346560413724064
Binary1101010101110110101011100110101110010000111111010100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,93,171); }

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

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

 a { background-color: rgb(106,93,171); }

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

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

 span { border-color: rgb(106,93,171); }

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