Html Css Color HEX #664CAA Blue Marguerite

📋 copy color: '#664CAA'

red 102 ◦ green 76 ◦ blue 170

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

Shades of Blue Marguerite #664CAA

Tints of Blue Marguerite #664CAA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.84%

 BLUE value IS 170 (66.8% from 255) = 48.85%

R = 29.31%
G = 21.84%
B = 48.85%

CMYK

 C value IS 0.4

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#664CAA (or 0x664CAA) is known color: Blue Marguerite. HEX triplet: 66, 4C and AA. RGB value is (102,76,170). Sum of RGB (Red+Green+Blue) = 102+76+170=348 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.31% from 348); Green value is 76 (30.08% from 255 or 21.84% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #664CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664CAA is #99B355. Grayscale: #5E5E5E. Windows color (decimal): -10072918 or 11160678. OLE color: 11160678.

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

Color convert

RGB 102 76 170 -
CMYK 0.4 0.55 0 0.33
HSL 256.6º 0.38% 0.48% -
HSV(B) 256.6º 0.55% 0.67% -
XYZ 15.32 10.9 39.33 -
YUV 94.49 170.61 133.36 -
System Red Green Blue C M Y K H S L
Decimal 102 76 170 0.4 0.55 0 0.33 256.6 0.38 0.48
Hex 66 4C AA 28 37 0 21 101 26 30
Octal 146 114 252 50 67 0 41 401 46 60
Binary 1100110 1001100 10101010 101000 110111 0 100001 100000001 100110 110000

Color Harmonies of #664CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664CAA

Black with #664CAA

Text Example


Text Example

White with #664CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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