#6663AA

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

Shades of Blue Marguerite #6663AA

Tints of Blue Marguerite #6663AA

Color information

#6663AA (or 0x6663AA) is unknown color: approx Blue Marguerite. HEX triplet: 66, 63 and AA. RGB value is (102,99,170). Sum of RGB (Red+Green+Blue) = 102+99+170=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 170 - color contains mainly: blue. Hex color #6663AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6663AA is #999C55. Grayscale: #6B6B6B. Windows color (decimal): -10067030 or 11166566. OLE color: 11166566.

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

Color convert

RGB10299170-
CMYK0.40.4200.33
HSL242.54º29.46%52.75%-
HSV(B)242.54º41.76%66.67%-
XYZ17.214.6539.95-
YUV107.99162.99123.73-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.49%
GREEN value IS 99 (39.06% from 255) = 26.68%
BLUE value IS 170 (66.80% from 255) = 45.82%
R=27.49%
G=26.68%
B=45.82%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal102991700.40.4200.33242.5429.4652.75
Hex6663AA282A021f31d35
Octal14614325250520413633565
Binary110011011000111010101010100010101001000011111001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6663AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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