#664BBB

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

Shades of Blue Marguerite #664BBB

Tints of Blue Marguerite #664BBB

Color information

#664BBB (or 0x664BBB) is unknown color: approx Blue Marguerite. HEX triplet: 66, 4B and BB. RGB value is (102,75,187). Sum of RGB (Red+Green+Blue) = 102+75+187=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 75 (29.69% from 255 or 20.60% from 364); Blue value is 187 (73.44% from 255 or 51.37% from 364); Max value from RGB is 187 - color contains mainly: blue. Hex color #664BBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #664BBB is #99B444. Grayscale: #5F5F5F. Windows color (decimal): -10073157 or 12274534. OLE color: 12274534.

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

Color convert

RGB10275187-
CMYK0.450.6000.27
HSL254.46º45.16%51.37%-
HSV(B)254.46º59.89%73.33%-
XYZ16.9711.4448.33-
YUV95.84179.45132.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.02%
GREEN value IS 75 (29.69% from 255) = 20.60%
BLUE value IS 187 (73.44% from 255) = 51.37%
R=28.02%
G=20.60%
B=51.37%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal102751870.450.6000.27254.4645.1651.37
Hex664BBB2D3C01Bfe2d33
Octal14611327355740333765563
Binary110011010010111011101110110111110001101111111110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664BBB; }

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

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

<style>
 a { background-color: #664BBB; }

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

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

<style>
 span { border-color: #664BBB; }

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

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