Html Css Color HEX #664AAB Blue Marguerite

📋 copy color: '#664AAB'

red 102 ◦ green 74 ◦ blue 171

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

Shades of Blue Marguerite #664AAB

Tints of Blue Marguerite #664AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49.28%

R = 29.39%
G = 21.33%
B = 49.28%

CMYK

 C value IS 0.40

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#664AAB (or 0x664AAB) is known color: Blue Marguerite. HEX triplet: 66, 4A and AB. RGB value is (102,74,171). Sum of RGB (Red+Green+Blue) = 102+74+171=347 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.39% from 347); Green value is 74 (29.30% from 255 or 21.33% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: blue. Hex color #664AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664AAB is #99B554. Grayscale: #5D5D5D. Windows color (decimal): -10073429 or 11225702. OLE color: 11225702.

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

Color convert

RGB 102 74 171 -
CMYK 0.40 0.57 0 0.33
HSL 257.32º 0.4% 0.48% -
HSV(B) 257.32º 0.57% 0.67% -
XYZ 15.28 10.66 39.78 -
YUV 93.43 171.78 134.11 -
System Red Green Blue C M Y K H S L
Decimal 102 74 171 0.40 0.57 0 0.33 257.32 0.4 0.48
Hex 66 4A AB 28 39 0 21 101 28 30
Octal 146 112 253 50 71 0 41 401 50 60
Binary 1100110 1001010 10101011 101000 111001 0 100001 100000001 101000 110000

Color Harmonies of #664AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664AAB

Black with #664AAB

Text Example


Text Example

White with #664AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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