#6664AD

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

Shades of Blue Marguerite #6664AD

Tints of Blue Marguerite #6664AD

Color information

#6664AD (or 0x6664AD) is unknown color: approx Blue Marguerite. HEX triplet: 66, 64 and AD. RGB value is (102,100,173). Sum of RGB (Red+Green+Blue) = 102+100+173=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 100 (39.45% from 255 or 26.67% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 173 - color contains mainly: blue. Hex color #6664AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6664AD is #999B52. Grayscale: #6C6C6C. Windows color (decimal): -10066771 or 11363430. OLE color: 11363430.

HSL color Cylindrical-coordinate representation of color #6664AD: hue angle of 241.64º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6664AD is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB102100173-
CMYK0.410.4200.32
HSL241.64º30.8%53.53%-
HSV(B)241.64º42.2%67.84%-
XYZ17.5814.9641.5-
YUV108.92164.16123.06-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.2%
GREEN value IS 100 (39.45% from 255) = 26.67%
BLUE value IS 173 (67.97% from 255) = 46.13%
R=27.2%
G=26.67%
B=46.13%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1021001730.410.4200.32241.6430.853.53
Hex6664AD292A020f21f36
Octal14614425551520403623766
Binary110011011001001010110110100110101001000001111001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6664AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6664AD; }

 p { color: rgb(102,100,173); }

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

<style>
 a { background-color: #6664AD; }

 a { background-color: rgb(102,100,173); }

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

<style>
 span { border-color: #6664AD; }

 span { border-color: rgb(102,100,173); }

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