Html Css Color HEX #664CB4 Blue Marguerite

📋 copy color: '#664CB4'

red 102 ◦ green 76 ◦ blue 180

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

Shades of Blue Marguerite #664CB4

Tints of Blue Marguerite #664CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 50.28%

R = 28.49%
G = 21.23%
B = 50.28%

CMYK

 C value IS 0.43

 M value IS 0.58

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#664CB4 (or 0x664CB4) is known color: Blue Marguerite. HEX triplet: 66, 4C and B4. RGB value is (102,76,180). Sum of RGB (Red+Green+Blue) = 102+76+180=358 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.49% from 358); Green value is 76 (30.08% from 255 or 21.23% from 358); Blue value is 180 (70.70% from 255 or 50.28% from 358); Max value from RGB is 180 - color contains mainly: blue. Hex color #664CB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #664CB4 is #99B34B. Grayscale: #5F5F5F. Windows color (decimal): -10072908 or 11816038. OLE color: 11816038.

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

Color convert

RGB 102 76 180 -
CMYK 0.43 0.58 0 0.29
HSL 255º 0.41% 0.5% -
HSV(B) 255º 0.58% 0.71% -
XYZ 16.3 11.29 44.5 -
YUV 95.63 175.61 132.54 -
System Red Green Blue C M Y K H S L
Decimal 102 76 180 0.43 0.58 0 0.29 255 0.41 0.5
Hex 66 4C B4 2B 3A 0 1D FF 29 32
Octal 146 114 264 53 72 0 35 377 51 62
Binary 1100110 1001100 10110100 101011 111010 0 11101 11111111 101001 110010

Color Harmonies of #664CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664CB4

Black with #664CB4

Text Example


Text Example

White with #664CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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