#665BA5

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

Shades of Blue Marguerite #665BA5

Tints of Blue Marguerite #665BA5

Color information

#665BA5 (or 0x665BA5) is unknown color: approx Blue Marguerite. HEX triplet: 66, 5B and A5. RGB value is (102,91,165). Sum of RGB (Red+Green+Blue) = 102+91+165=358 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.49% from 358); Green value is 91 (35.94% from 255 or 25.42% from 358); Blue value is 165 (64.84% from 255 or 46.09% from 358); Max value from RGB is 165 - color contains mainly: blue. Hex color #665BA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665BA5 is #99A45A. Grayscale: #666666. Windows color (decimal): -10069083 or 10836838. OLE color: 10836838.

HSL color Cylindrical-coordinate representation of color #665BA5: hue angle of 248.92º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #665BA5 is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB10291165-
CMYK0.380.4500.35
HSL248.92º29.13%50.2%-
HSV(B)248.92º44.85%64.71%-
XYZ16.0113.0237.27-
YUV102.72163.14127.48-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.49%
GREEN value IS 91 (35.94% from 255) = 25.42%
BLUE value IS 165 (64.84% from 255) = 46.09%
R=28.49%
G=25.42%
B=46.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal102911650.380.4500.35248.9229.1350.2
Hex665BA5262D023f91d32
Octal14613324546550433713562
Binary110011010110111010010110011010110101000111111100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,91,165); }

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

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

 a { background-color: rgb(102,91,165); }

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

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

 span { border-color: rgb(102,91,165); }

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