#664BBA

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

Shades of Blue Marguerite #664BBA

Tints of Blue Marguerite #664BBA

Color information

#664BBA (or 0x664BBA) is unknown color: approx Blue Marguerite. HEX triplet: 66, 4B and BA. RGB value is (102,75,186). Sum of RGB (Red+Green+Blue) = 102+75+186=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 75 (29.69% from 255 or 20.66% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #664BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #664BBA is #99B445. Grayscale: #5F5F5F. Windows color (decimal): -10073158 or 12208998. OLE color: 12208998.

HSL color Cylindrical-coordinate representation of color #664BBA: hue angle of 254.59º 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 #664BBA is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10275186-
CMYK0.450.6000.27
HSL254.59º44.58%51.18%-
HSV(B)254.59º59.68%72.94%-
XYZ16.8611.447.77-
YUV95.73178.95132.47-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.10%
GREEN value IS 75 (29.69% from 255) = 20.66%
BLUE value IS 186 (73.05% from 255) = 51.24%
R=28.10%
G=20.66%
B=51.24%

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
Decimal102751860.450.6000.27254.5944.5851.18
Hex664BBA2D3C01Bff2d33
Octal14611327255740333775563
Binary110011010010111011101010110111110001101111111111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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