#6C66AB

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

Shades of Blue Marguerite #6C66AB

Tints of Blue Marguerite #6C66AB

Color information

#6C66AB (or 0x6C66AB) is unknown color: approx Blue Marguerite. HEX triplet: 6C, 66 and AB. RGB value is (108,102,171). Sum of RGB (Red+Green+Blue) = 108+102+171=381 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.35% from 381); Green value is 102 (40.23% from 255 or 26.77% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #6C66AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C66AB is #939954. Grayscale: #6F6F6F. Windows color (decimal): -9673045 or 11232876. OLE color: 11232876.

HSL color Cylindrical-coordinate representation of color #6C66AB: hue angle of 245.22º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6C66AB is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB108102171-
CMYK0.370.4000.33
HSL245.22º29.11%53.53%-
HSV(B)245.22º40.35%67.06%-
XYZ18.2915.6340.58-
YUV111.66161.49125.39-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.35%
GREEN value IS 102 (40.23% from 255) = 26.77%
BLUE value IS 171 (67.19% from 255) = 44.88%
R=28.35%
G=26.77%
B=44.88%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1081021710.370.4000.33245.2229.1153.53
Hex6C66AB2528021f51d36
Octal15414625345500413653566
Binary110110011001101010101110010110100001000011111010111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C66AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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