Html Css Color HEX #664DAE Blue Marguerite

📋 copy color: '#664DAE'

red 102 ◦ green 77 ◦ blue 174

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

Shades of Blue Marguerite #664DAE

Tints of Blue Marguerite #664DAE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.81%

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

R = 28.9%
G = 21.81%
B = 49.29%

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

#664DAE (or 0x664DAE) is known color: Blue Marguerite. HEX triplet: 66, 4D and AE. RGB value is (102,77,174). Sum of RGB (Red+Green+Blue) = 102+77+174=353 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.90% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 174 (68.36% from 255 or 49.29% from 353); Max value from RGB is 174 - color contains mainly: blue. Hex color #664DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #664DAE is #99B251. Grayscale: #5F5F5F. Windows color (decimal): -10072658 or 11423078. OLE color: 11423078.

HSL color Cylindrical-coordinate representation of color #664DAE: hue angle of 255.46º 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 #664DAE is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 102 77 174 -
CMYK 0.41 0.56 0 0.32
HSL 255.46º 0.39% 0.49% -
HSV(B) 255.46º 0.56% 0.68% -
XYZ 15.77 11.19 41.37 -
YUV 95.53 172.28 132.61 -
System Red Green Blue C M Y K H S L
Decimal 102 77 174 0.41 0.56 0 0.32 255.46 0.39 0.49
Hex 66 4D AE 29 38 0 20 FF 27 31
Octal 146 115 256 51 70 0 40 377 47 61
Binary 1100110 1001101 10101110 101001 111000 0 100000 11111111 100111 110001

Color Harmonies of #664DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664DAE

Black with #664DAE

Text Example


Text Example

White with #664DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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