Html Css Color HEX #664CBA Blue Marguerite

📋 copy color: '#664CBA'

red 102 ◦ green 76 ◦ blue 186

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

Shades of Blue Marguerite #664CBA

Tints of Blue Marguerite #664CBA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.88%

 BLUE value IS 186 (73.05% from 255) = 51.1%

R = 28.02%
G = 20.88%
B = 51.1%

CMYK

 C value IS 0.45

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#664CBA (or 0x664CBA) is known color: Blue Marguerite. HEX triplet: 66, 4C and BA. RGB value is (102,76,186). Sum of RGB (Red+Green+Blue) = 102+76+186=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 76 (30.08% from 255 or 20.88% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #664CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #664CBA is #99B345. Grayscale: #5F5F5F. Windows color (decimal): -10072902 or 12209254. OLE color: 12209254.

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

Color convert

RGB 102 76 186 -
CMYK 0.45 0.59 0 0.27
HSL 254.18º 0.44% 0.51% -
HSV(B) 254.18º 0.59% 0.73% -
XYZ 16.93 11.54 47.79 -
YUV 96.31 178.61 132.06 -
System Red Green Blue C M Y K H S L
Decimal 102 76 186 0.45 0.59 0 0.27 254.18 0.44 0.51
Hex 66 4C BA 2D 3B 0 1B FE 2C 33
Octal 146 114 272 55 73 0 33 376 54 63
Binary 1100110 1001100 10111010 101101 111011 0 11011 11111110 101100 110011

Color Harmonies of #664CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664CBA

Black with #664CBA

Text Example


Text Example

White with #664CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,76,186); }

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

background-color css

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

 a { background-color: rgb(102,76,186); }

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

border-color css

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

 span { border-color: rgb(102,76,186); }

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