#664CBB

Color #664CBB Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #664CBB

Tints of Blue Marguerite #664CBB

Color information

#664CBB (or 0x664CBB) is unknown color: approx Blue Marguerite. HEX triplet: 66, 4C and BB. RGB value is (102,76,187). Sum of RGB (Red+Green+Blue) = 102+76+187=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 187 (73.44% from 255 or 51.23% from 365); Max value from RGB is 187 - color contains mainly: blue. Hex color #664CBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #664CBB is #99B344. Grayscale: #606060. Windows color (decimal): -10072901 or 12274790. OLE color: 12274790.

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

Color convert

RGB10276187-
CMYK0.450.5900.27
HSL254.05º44.94%51.57%-
HSV(B)254.05º59.36%73.33%-
XYZ17.0311.5848.35-
YUV96.43179.11131.97-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.95%
GREEN value IS 76 (30.08% from 255) = 20.82%
BLUE value IS 187 (73.44% from 255) = 51.23%
R=27.95%
G=20.82%
B=51.23%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal102761870.450.5900.27254.0544.9451.57
Hex664CBB2D3B01Bfe2d34
Octal14611427355730333765564
Binary110011010011001011101110110111101101101111111110101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #664CBB;
 }
 .AnyTagClassName
 {
   color: #664CBB;
 }
</style>
background-color css

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

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

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

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

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

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