#6A5CBB

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

Shades of Blue Marguerite #6A5CBB

Tints of Blue Marguerite #6A5CBB

Color information

#6A5CBB (or 0x6A5CBB) is unknown color: approx Blue Marguerite. HEX triplet: 6A, 5C and BB. RGB value is (106,92,187). Sum of RGB (Red+Green+Blue) = 106+92+187=385 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.53% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 187 - color contains mainly: blue. Hex color #6A5CBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A5CBB is #95A344. Grayscale: #6A6A6A. Windows color (decimal): -9806661 or 12278890. OLE color: 12278890.

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

Color convert

RGB10692187-
CMYK0.430.5100.27
HSL248.84º41.13%54.71%-
HSV(B)248.84º50.8%73.33%-
XYZ18.7414.3148.79-
YUV107.02173.14127.28-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.53%
GREEN value IS 92 (36.33% from 255) = 23.90%
BLUE value IS 187 (73.44% from 255) = 48.57%
R=27.53%
G=23.90%
B=48.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal106921870.430.5100.27248.8441.1354.71
Hex6A5CBB2B3301Bf92937
Octal15213427353630333715167
Binary110101010111001011101110101111001101101111111001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,92,187); }

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

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

 a { background-color: rgb(106,92,187); }

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

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

 span { border-color: rgb(106,92,187); }

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