#665BB1

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

Shades of Blue Marguerite #665BB1

Tints of Blue Marguerite #665BB1

Color information

#665BB1 (or 0x665BB1) is unknown color: approx Blue Marguerite. HEX triplet: 66, 5B and B1. RGB value is (102,91,177). Sum of RGB (Red+Green+Blue) = 102+91+177=370 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.57% from 370); Green value is 91 (35.94% from 255 or 24.59% from 370); Blue value is 177 (69.53% from 255 or 47.84% from 370); Max value from RGB is 177 - color contains mainly: blue. Hex color #665BB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665BB1 is #99A44E. Grayscale: #676767. Windows color (decimal): -10069071 or 11623270. OLE color: 11623270.

HSL color Cylindrical-coordinate representation of color #665BB1: hue angle of 247.67º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #665BB1 is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10291177-
CMYK0.420.4900.31
HSL247.67º35.54%52.55%-
HSV(B)247.67º48.59%69.41%-
XYZ17.1613.4843.29-
YUV104.09169.14126.51-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.57%
GREEN value IS 91 (35.94% from 255) = 24.59%
BLUE value IS 177 (69.53% from 255) = 47.84%
R=27.57%
G=24.59%
B=47.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal102911770.420.4900.31247.6735.5452.55
Hex665BB12A3101Ff82435
Octal14613326152610373704465
Binary110011010110111011000110101011000101111111111000100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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