#665EAD

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

Shades of Blue Marguerite #665EAD

Tints of Blue Marguerite #665EAD

Color information

#665EAD (or 0x665EAD) is unknown color: approx Blue Marguerite. HEX triplet: 66, 5E and AD. RGB value is (102,94,173). Sum of RGB (Red+Green+Blue) = 102+94+173=369 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.64% from 369); Green value is 94 (37.11% from 255 or 25.47% from 369); Blue value is 173 (67.97% from 255 or 46.88% from 369); Max value from RGB is 173 - color contains mainly: blue. Hex color #665EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665EAD is #99A152. Grayscale: #696969. Windows color (decimal): -10068307 or 11361894. OLE color: 11361894.

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

Color convert

RGB10294173-
CMYK0.410.4600.32
HSL246.08º32.51%52.35%-
HSV(B)246.08º45.66%67.84%-
XYZ17.0313.8541.31-
YUV105.4166.15125.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.64%
GREEN value IS 94 (37.11% from 255) = 25.47%
BLUE value IS 173 (67.97% from 255) = 46.88%
R=27.64%
G=25.47%
B=46.88%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal102941730.410.4600.32246.0832.5152.35
Hex665EAD292E020f62134
Octal14613625551560403664164
Binary1100110101111010101101101001101110010000011110110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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