#6655AB

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

Shades of Blue Marguerite #6655AB

Tints of Blue Marguerite #6655AB

Color information

#6655AB (or 0x6655AB) is unknown color: approx Blue Marguerite. HEX triplet: 66, 55 and AB. RGB value is (102,85,171). Sum of RGB (Red+Green+Blue) = 102+85+171=358 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.49% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 171 - color contains mainly: blue. Hex color #6655AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6655AB is #99AA54. Grayscale: #636363. Windows color (decimal): -10070613 or 11228518. OLE color: 11228518.

HSL color Cylindrical-coordinate representation of color #6655AB: hue angle of 251.86º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6655AB is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10285171-
CMYK0.400.5000.33
HSL251.86º33.86%50.2%-
HSV(B)251.86º50.29%67.06%-
XYZ16.0812.2640.05-
YUV99.89168.13129.51-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.49%
GREEN value IS 85 (33.59% from 255) = 23.74%
BLUE value IS 171 (67.19% from 255) = 47.77%
R=28.49%
G=23.74%
B=47.77%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal102851710.400.5000.33251.8633.8650.2
Hex6655AB2832021fc2232
Octal14612525350620413744262
Binary1100110101010110101011101000110010010000111111100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6655AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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