Html Css Color HEX #664DB9 Blue Marguerite

📋 copy color: '#664DB9'

red 102 ◦ green 77 ◦ blue 185

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

Shades of Blue Marguerite #664DB9

Tints of Blue Marguerite #664DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 50.82%

R = 28.02%
G = 21.15%
B = 50.82%

CMYK

 C value IS 0.45

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#664DB9 (or 0x664DB9) is known color: Blue Marguerite. HEX triplet: 66, 4D and B9. RGB value is (102,77,185). Sum of RGB (Red+Green+Blue) = 102+77+185=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 77 (30.47% from 255 or 21.15% from 364); Blue value is 185 (72.66% from 255 or 50.82% from 364); Max value from RGB is 185 - color contains mainly: blue. Hex color #664DB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #664DB9 is #99B246. Grayscale: #606060. Windows color (decimal): -10072647 or 12143974. OLE color: 12143974.

HSL color Cylindrical-coordinate representation of color #664DB9: hue angle of 253.89º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #664DB9 is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 102 77 185 -
CMYK 0.45 0.58 0 0.27
HSL 253.89º 0.44% 0.51% -
HSV(B) 253.89º 0.58% 0.73% -
XYZ 16.89 11.64 47.25 -
YUV 96.79 177.78 131.72 -
System Red Green Blue C M Y K H S L
Decimal 102 77 185 0.45 0.58 0 0.27 253.89 0.44 0.51
Hex 66 4D B9 2D 3A 0 1B FE 2C 33
Octal 146 115 271 55 72 0 33 376 54 63
Binary 1100110 1001101 10111001 101101 111010 0 11011 11111110 101100 110011

Color Harmonies of #664DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664DB9

Black with #664DB9

Text Example


Text Example

White with #664DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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