Html Css Color HEX #664DAB Blue Marguerite

📋 copy color: '#664DAB'

red 102 ◦ green 77 ◦ blue 171

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

Shades of Blue Marguerite #664DAB

Tints of Blue Marguerite #664DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.86%

R = 29.14%
G = 22%
B = 48.86%

CMYK

 C value IS 0.40

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#664DAB (or 0x664DAB) is known color: Blue Marguerite. HEX triplet: 66, 4D and AB. RGB value is (102,77,171). Sum of RGB (Red+Green+Blue) = 102+77+171=350 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.14% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #664DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #664DAB is #99B254. Grayscale: #5E5E5E. Windows color (decimal): -10072661 or 11226470. OLE color: 11226470.

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

Color convert

RGB 102 77 171 -
CMYK 0.40 0.55 0 0.33
HSL 255.96º 0.38% 0.49% -
HSV(B) 255.96º 0.55% 0.67% -
XYZ 15.48 11.07 39.85 -
YUV 95.19 170.78 132.86 -
System Red Green Blue C M Y K H S L
Decimal 102 77 171 0.40 0.55 0 0.33 255.96 0.38 0.49
Hex 66 4D AB 28 37 0 21 100 26 31
Octal 146 115 253 50 67 0 41 400 46 61
Binary 1100110 1001101 10101011 101000 110111 0 100001 100000000 100110 110001

Color Harmonies of #664DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664DAB

Black with #664DAB

Text Example


Text Example

White with #664DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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