#664BAC

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

Shades of Blue Marguerite #664BAC

Tints of Blue Marguerite #664BAC

Color information

#664BAC (or 0x664BAC) is unknown color: approx Blue Marguerite. HEX triplet: 66, 4B and AC. RGB value is (102,75,172). Sum of RGB (Red+Green+Blue) = 102+75+172=349 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.23% from 349); Green value is 75 (29.69% from 255 or 21.49% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #664BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664BAC is #99B453. Grayscale: #5D5D5D. Windows color (decimal): -10073172 or 11291494. OLE color: 11291494.

HSL color Cylindrical-coordinate representation of color #664BAC: hue angle of 256.7º 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 #664BAC is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10275172-
CMYK0.410.5600.33
HSL256.7º39.27%48.43%-
HSV(B)256.7º56.4%67.45%-
XYZ15.4410.8440.31-
YUV94.13171.95133.61-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.23%
GREEN value IS 75 (29.69% from 255) = 21.49%
BLUE value IS 172 (67.58% from 255) = 49.28%
R=29.23%
G=21.49%
B=49.28%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal102751720.410.5600.33256.739.2748.43
Hex664BAC29380211012730
Octal14611325451700414014760
Binary11001101001011101011001010011110000100001100000001100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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