#665bbb

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

Shades of Blue Marguerite #665BBB

Tints of Blue Marguerite #665BBB

Color information

#665BBB (or 0x665BBB) is unknown color: approx Blue Marguerite. HEX triplet: 66, 5B and BB. RGB value is (102,91,187). Sum of RGB (Red+Green+Blue) = 102+91+187=380 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.84% from 380); Green value is 91 (35.94% from 255 or 23.95% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 187 - color contains mainly: blue. Hex color #665BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665BBB is #99A444. Grayscale: #686868. Windows color (decimal): -10069061 or 12278630. OLE color: 12278630.

HSL color Cylindrical-coordinate representation of color #665BBB: hue angle of 246.88º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #665BBB is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10291187-
CMYK0.450.5100.27
HSL246.88º41.38%54.51%-
HSV(B)246.88º51.34%73.33%-
XYZ18.1913.8948.74-
YUV105.23174.14125.69-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.84%
GREEN value IS 91 (35.94% from 255) = 23.95%
BLUE value IS 187 (73.44% from 255) = 49.21%
R=26.84%
G=23.95%
B=49.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal102911870.450.5100.27246.8841.3854.51
Hex665BBB2D3301Bf72937
Octal14613327355630333675167
Binary110011010110111011101110110111001101101111110111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665bbb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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