#6C64AB

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

Shades of Blue Marguerite #6C64AB

Tints of Blue Marguerite #6C64AB

Color information

#6C64AB (or 0x6C64AB) is unknown color: approx Blue Marguerite. HEX triplet: 6C, 64 and AB. RGB value is (108,100,171). Sum of RGB (Red+Green+Blue) = 108+100+171=379 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.50% from 379); Green value is 100 (39.45% from 255 or 26.39% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 171 - color contains mainly: blue. Hex color #6C64AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C64AB is #939B54. Grayscale: #6E6E6E. Windows color (decimal): -9673557 or 11232364. OLE color: 11232364.

HSL color Cylindrical-coordinate representation of color #6C64AB: hue angle of 246.76º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6C64AB is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB108100171-
CMYK0.370.4200.33
HSL246.76º29.71%53.14%-
HSV(B)246.76º41.52%67.06%-
XYZ18.0915.2440.52-
YUV110.49162.15126.23-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.50%
GREEN value IS 100 (39.45% from 255) = 26.39%
BLUE value IS 171 (67.19% from 255) = 45.12%
R=28.50%
G=26.39%
B=45.12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1081001710.370.4200.33246.7629.7153.14
Hex6C64AB252A021f71e35
Octal15414425345520413673665
Binary110110011001001010101110010110101001000011111011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C64AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,100,171); }

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

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

 a { background-color: rgb(108,100,171); }

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

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

 span { border-color: rgb(108,100,171); }

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