Html Css Color HEX #664AAC Blue Marguerite

📋 copy color: '#664AAC'

red 102 ◦ green 74 ◦ blue 172

#664AAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Marguerite #664AAC

Tints of Blue Marguerite #664AAC

RGB

 RED value IS 102 (40.23% from 255) = 29.31%

 GREEN value IS 74 (29.3% from 255) = 21.26%

 BLUE value IS 172 (67.58% from 255) = 49.43%

R = 29.31%
G = 21.26%
B = 49.43%

CMYK

 C value IS 0.41

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#664AAC (or 0x664AAC) is known color: Blue Marguerite. HEX triplet: 66, 4A and AC. RGB value is (102,74,172). Sum of RGB (Red+Green+Blue) = 102+74+172=348 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.31% from 348); Green value is 74 (29.30% from 255 or 21.26% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 172 - color contains mainly: blue. Hex color #664AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664AAC is #99B553. Grayscale: #5D5D5D. Windows color (decimal): -10073428 or 11291238. OLE color: 11291238.

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

Color convert

RGB 102 74 172 -
CMYK 0.41 0.57 0 0.33
HSL 257.14º 0.4% 0.48% -
HSV(B) 257.14º 0.57% 0.67% -
XYZ 15.37 10.7 40.28 -
YUV 93.54 172.28 134.03 -
System Red Green Blue C M Y K H S L
Decimal 102 74 172 0.41 0.57 0 0.33 257.14 0.4 0.48
Hex 66 4A AC 29 39 0 21 101 28 30
Octal 146 112 254 51 71 0 41 401 50 60
Binary 1100110 1001010 10101100 101001 111001 0 100001 100000001 101000 110000

Color Harmonies of #664AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664AAC

Black with #664AAC

Text Example


Text Example

White with #664AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #664AAC;
 }
 .AnyTagClassName
 {
   color: #664AAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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