Html Css Color HEX #664DB6 Blue Marguerite

📋 copy color: '#664DB6'

red 102 ◦ green 77 ◦ blue 182

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

Shades of Blue Marguerite #664DB6

Tints of Blue Marguerite #664DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 50.42%

R = 28.25%
G = 21.33%
B = 50.42%

CMYK

 C value IS 0.44

 M value IS 0.58

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#664DB6 (or 0x664DB6) is known color: Blue Marguerite. HEX triplet: 66, 4D and B6. RGB value is (102,77,182). Sum of RGB (Red+Green+Blue) = 102+77+182=361 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.25% from 361); Green value is 77 (30.47% from 255 or 21.33% from 361); Blue value is 182 (71.48% from 255 or 50.42% from 361); Max value from RGB is 182 - color contains mainly: blue. Hex color #664DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #664DB6 is #99B249. Grayscale: #606060. Windows color (decimal): -10072650 or 11947366. OLE color: 11947366.

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

Color convert

RGB 102 77 182 -
CMYK 0.44 0.58 0 0.29
HSL 254.29º 0.42% 0.51% -
HSV(B) 254.29º 0.58% 0.71% -
XYZ 16.58 11.51 45.6 -
YUV 96.45 176.28 131.96 -
System Red Green Blue C M Y K H S L
Decimal 102 77 182 0.44 0.58 0 0.29 254.29 0.42 0.51
Hex 66 4D B6 2C 3A 0 1D FE 2A 33
Octal 146 115 266 54 72 0 35 376 52 63
Binary 1100110 1001101 10110110 101100 111010 0 11101 11111110 101010 110011

Color Harmonies of #664DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664DB6

Black with #664DB6

Text Example


Text Example

White with #664DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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