Html Css Color HEX #664CAE Blue Marguerite

📋 copy color: '#664CAE'

red 102 ◦ green 76 ◦ blue 174

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

Shades of Blue Marguerite #664CAE

Tints of Blue Marguerite #664CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 49.43%

R = 28.98%
G = 21.59%
B = 49.43%

CMYK

 C value IS 0.41

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#664CAE (or 0x664CAE) is known color: Blue Marguerite. HEX triplet: 66, 4C and AE. RGB value is (102,76,174). Sum of RGB (Red+Green+Blue) = 102+76+174=352 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.98% from 352); Green value is 76 (30.08% from 255 or 21.59% from 352); Blue value is 174 (68.36% from 255 or 49.43% from 352); Max value from RGB is 174 - color contains mainly: blue. Hex color #664CAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664CAE is #99B351. Grayscale: #5E5E5E. Windows color (decimal): -10072914 or 11422822. OLE color: 11422822.

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

Color convert

RGB 102 76 174 -
CMYK 0.41 0.56 0 0.32
HSL 255.92º 0.39% 0.49% -
HSV(B) 255.92º 0.56% 0.68% -
XYZ 15.7 11.05 41.35 -
YUV 94.95 172.61 133.03 -
System Red Green Blue C M Y K H S L
Decimal 102 76 174 0.41 0.56 0 0.32 255.92 0.39 0.49
Hex 66 4C AE 29 38 0 20 100 27 31
Octal 146 114 256 51 70 0 40 400 47 61
Binary 1100110 1001100 10101110 101001 111000 0 100000 100000000 100111 110001

Color Harmonies of #664CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664CAE

Black with #664CAE

Text Example


Text Example

White with #664CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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