#6663AB

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

Shades of Blue Marguerite #6663AB

Tints of Blue Marguerite #6663AB

Color information

#6663AB (or 0x6663AB) is unknown color: approx Blue Marguerite. HEX triplet: 66, 63 and AB. RGB value is (102,99,171). Sum of RGB (Red+Green+Blue) = 102+99+171=372 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.42% from 372); Green value is 99 (39.06% from 255 or 26.61% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 171 - color contains mainly: blue. Hex color #6663AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6663AB is #999C54. Grayscale: #6B6B6B. Windows color (decimal): -10067029 or 11232102. OLE color: 11232102.

HSL color Cylindrical-coordinate representation of color #6663AB: hue angle of 242.5º 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 #6663AB is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10299171-
CMYK0.400.4200.33
HSL242.5º30%52.94%-
HSV(B)242.5º42.11%67.06%-
XYZ17.2914.6940.45-
YUV108.1163.49123.65-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.42%
GREEN value IS 99 (39.06% from 255) = 26.61%
BLUE value IS 171 (67.19% from 255) = 45.97%
R=27.42%
G=26.61%
B=45.97%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal102991710.400.4200.33242.53052.94
Hex6663AB282A021f21e35
Octal14614325350520413623665
Binary110011011000111010101110100010101001000011111001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6663AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6663AB; }

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

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

<style>
 a { background-color: #6663AB; }

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

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

<style>
 span { border-color: #6663AB; }

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

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