#6A64BC

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

Shades of Blue Marguerite #6A64BC

Tints of Blue Marguerite #6A64BC

Color information

#6A64BC (or 0x6A64BC) is unknown color: approx Blue Marguerite. HEX triplet: 6A, 64 and BC. RGB value is (106,100,188). Sum of RGB (Red+Green+Blue) = 106+100+188=394 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.90% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 188 - color contains mainly: blue. Hex color #6A64BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A64BC is #959B43. Grayscale: #6F6F6F. Windows color (decimal): -9804612 or 12346474. OLE color: 12346474.

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

Color convert

RGB106100188-
CMYK0.440.4700.26
HSL244.09º39.64%56.47%-
HSV(B)244.09º46.81%73.73%-
XYZ19.5815.8149.6-
YUV111.83170.99123.84-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.90%
GREEN value IS 100 (39.45% from 255) = 25.38%
BLUE value IS 188 (73.83% from 255) = 47.72%
R=26.90%
G=25.38%
B=47.72%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1061001880.440.4700.26244.0939.6456.47
Hex6A64BC2C2F01Af42838
Octal15214427454570323645070
Binary110101011001001011110010110010111101101011110100101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A64BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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