Html Css Color HEX #664CAC Blue Marguerite

📋 copy color: '#664CAC'

red 102 ◦ green 76 ◦ blue 172

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

Shades of Blue Marguerite #664CAC

Tints of Blue Marguerite #664CAC

RGB

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

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

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

R = 29.14%
G = 21.71%
B = 49.14%

CMYK

 C value IS 0.41

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#664CAC (or 0x664CAC) is known color: Blue Marguerite. HEX triplet: 66, 4C and AC. RGB value is (102,76,172). Sum of RGB (Red+Green+Blue) = 102+76+172=350 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.14% from 350); Green value is 76 (30.08% from 255 or 21.71% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #664CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664CAC is #99B353. Grayscale: #5E5E5E. Windows color (decimal): -10072916 or 11291750. OLE color: 11291750.

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

Color convert

RGB 102 76 172 -
CMYK 0.41 0.56 0 0.33
HSL 256.25º 0.39% 0.49% -
HSV(B) 256.25º 0.56% 0.67% -
XYZ 15.51 10.97 40.33 -
YUV 94.72 171.61 133.19 -
System Red Green Blue C M Y K H S L
Decimal 102 76 172 0.41 0.56 0 0.33 256.25 0.39 0.49
Hex 66 4C AC 29 38 0 21 100 27 31
Octal 146 114 254 51 70 0 41 400 47 61
Binary 1100110 1001100 10101100 101001 111000 0 100001 100000000 100111 110001

Color Harmonies of #664CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664CAC

Black with #664CAC

Text Example


Text Example

White with #664CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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