#6C5ABE

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

Shades of Blue Marguerite #6C5ABE

Tints of Blue Marguerite #6C5ABE

Color information

#6C5ABE (or 0x6C5ABE) is unknown color: approx Blue Marguerite. HEX triplet: 6C, 5A and BE. RGB value is (108,90,190). Sum of RGB (Red+Green+Blue) = 108+90+190=388 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.84% from 388); Green value is 90 (35.55% from 255 or 23.20% from 388); Blue value is 190 (74.61% from 255 or 48.97% from 388); Max value from RGB is 190 - color contains mainly: blue. Hex color #6C5ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C5ABE is #93A541. Grayscale: #6A6A6A. Windows color (decimal): -9676098 or 12474988. OLE color: 12474988.

HSL color Cylindrical-coordinate representation of color #6C5ABE: hue angle of 250.8º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6C5ABE is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10890190-
CMYK0.430.5300.25
HSL250.8º43.48%54.9%-
HSV(B)250.8º52.63%74.51%-
XYZ19.1314.2250.45-
YUV106.78174.96128.87-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.84%
GREEN value IS 90 (35.55% from 255) = 23.20%
BLUE value IS 190 (74.61% from 255) = 48.97%
R=27.84%
G=23.20%
B=48.97%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal108901900.430.5300.25250.843.4854.9
Hex6C5ABE2B35019fb2b37
Octal15413227653650313735367
Binary110110010110101011111010101111010101100111111011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,90,190); }

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

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

 a { background-color: rgb(108,90,190); }

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

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

 span { border-color: rgb(108,90,190); }

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