#664BAA

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

Shades of Blue Marguerite #664BAA

Tints of Blue Marguerite #664BAA

Color information

#664BAA (or 0x664BAA) is unknown color: approx Blue Marguerite. HEX triplet: 66, 4B and AA. RGB value is (102,75,170). Sum of RGB (Red+Green+Blue) = 102+75+170=347 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.39% from 347); Green value is 75 (29.69% from 255 or 21.61% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #664BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664BAA is #99B455. Grayscale: #5D5D5D. Windows color (decimal): -10073174 or 11160422. OLE color: 11160422.

HSL color Cylindrical-coordinate representation of color #664BAA: hue angle of 257.05º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #664BAA is Cyan = 0.4, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10275170-
CMYK0.40.5600.33
HSL257.05º38.78%48.04%-
HSV(B)257.05º55.88%66.67%-
XYZ15.2510.7639.3-
YUV93.9170.95133.78-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.39%
GREEN value IS 75 (29.69% from 255) = 21.61%
BLUE value IS 170 (66.80% from 255) = 48.99%
R=29.39%
G=21.61%
B=48.99%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal102751700.40.5600.33257.0538.7848.04
Hex664BAA28380211012730
Octal14611325250700414014760
Binary11001101001011101010101010001110000100001100000001100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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