#665AAD

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

Shades of Blue Marguerite #665AAD

Tints of Blue Marguerite #665AAD

Color information

#665AAD (or 0x665AAD) is unknown color: approx Blue Marguerite. HEX triplet: 66, 5A and AD. RGB value is (102,90,173). Sum of RGB (Red+Green+Blue) = 102+90+173=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 173 - color contains mainly: blue. Hex color #665AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665AAD is #99A552. Grayscale: #666666. Windows color (decimal): -10069331 or 11360870. OLE color: 11360870.

HSL color Cylindrical-coordinate representation of color #665AAD: hue angle of 248.67º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #665AAD is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10290173-
CMYK0.410.4800.32
HSL248.67º33.6%51.57%-
HSV(B)248.67º47.98%67.84%-
XYZ16.6813.1541.2-
YUV103.05167.48127.25-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.95%
GREEN value IS 90 (35.55% from 255) = 24.66%
BLUE value IS 173 (67.97% from 255) = 47.40%
R=27.95%
G=24.66%
B=47.40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal102901730.410.4800.32248.6733.651.57
Hex665AAD2930020f92234
Octal14613225551600403714264
Binary1100110101101010101101101001110000010000011111001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665AAD; }

 p { color: rgb(102,90,173); }

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

<style>
 a { background-color: #665AAD; }

 a { background-color: rgb(102,90,173); }

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

<style>
 span { border-color: #665AAD; }

 span { border-color: rgb(102,90,173); }

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