Html Css Color HEX #664BAE Blue Marguerite

📋 copy color: '#664BAE'

red 102 ◦ green 75 ◦ blue 174

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

Shades of Blue Marguerite #664BAE

Tints of Blue Marguerite #664BAE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.37%

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

R = 29.06%
G = 21.37%
B = 49.57%

CMYK

 C value IS 0.41

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#664BAE (or 0x664BAE) is known color: Blue Marguerite. HEX triplet: 66, 4B and AE. RGB value is (102,75,174). Sum of RGB (Red+Green+Blue) = 102+75+174=351 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.06% from 351); Green value is 75 (29.69% from 255 or 21.37% from 351); Blue value is 174 (68.36% from 255 or 49.57% from 351); Max value from RGB is 174 - color contains mainly: blue. Hex color #664BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664BAE is #99B451. Grayscale: #5D5D5D. Windows color (decimal): -10073170 or 11422566. OLE color: 11422566.

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

Color convert

RGB 102 75 174 -
CMYK 0.41 0.57 0 0.32
HSL 256.36º 0.4% 0.49% -
HSV(B) 256.36º 0.57% 0.68% -
XYZ 15.64 10.91 41.33 -
YUV 94.36 172.95 133.45 -
System Red Green Blue C M Y K H S L
Decimal 102 75 174 0.41 0.57 0 0.32 256.36 0.4 0.49
Hex 66 4B AE 29 39 0 20 100 28 31
Octal 146 113 256 51 71 0 40 400 50 61
Binary 1100110 1001011 10101110 101001 111001 0 100000 100000000 101000 110001

Color Harmonies of #664BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664BAE

Black with #664BAE

Text Example


Text Example

White with #664BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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