Html Css Color HEX #664BBA Blue Marguerite

📋 copy color: '#664BBA'

red 102 ◦ green 75 ◦ blue 186

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

Shades of Blue Marguerite #664BBA

Tints of Blue Marguerite #664BBA

RGB

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

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

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

R = 28.1%
G = 20.66%
B = 51.24%

CMYK

 C value IS 0.45

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#664BBA (or 0x664BBA) is known color: Blue Marguerite. HEX triplet: 66, 4B and BA. RGB value is (102,75,186). Sum of RGB (Red+Green+Blue) = 102+75+186=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 75 (29.69% from 255 or 20.66% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #664BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #664BBA is #99B445. Grayscale: #5F5F5F. Windows color (decimal): -10073158 or 12208998. OLE color: 12208998.

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

Color convert

RGB 102 75 186 -
CMYK 0.45 0.60 0 0.27
HSL 254.59º 0.45% 0.51% -
HSV(B) 254.59º 0.6% 0.73% -
XYZ 16.86 11.4 47.77 -
YUV 95.73 178.95 132.47 -
System Red Green Blue C M Y K H S L
Decimal 102 75 186 0.45 0.60 0 0.27 254.59 0.45 0.51
Hex 66 4B BA 2D 3C 0 1B FF 2D 33
Octal 146 113 272 55 74 0 33 377 55 63
Binary 1100110 1001011 10111010 101101 111100 0 11011 11111111 101101 110011

Color Harmonies of #664BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664BBA

Black with #664BBA

Text Example


Text Example

White with #664BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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