#664CBF

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

Shades of Blue Marguerite #664CBF

Tints of Blue Marguerite #664CBF

Color information

#664CBF (or 0x664CBF) is unknown color: approx Blue Marguerite. HEX triplet: 66, 4C and BF. RGB value is (102,76,191). Sum of RGB (Red+Green+Blue) = 102+76+191=369 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.64% from 369); Green value is 76 (30.08% from 255 or 20.60% from 369); Blue value is 191 (75% from 255 or 51.76% from 369); Max value from RGB is 191 - color contains mainly: blue. Hex color #664CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #664CBF is #99B340. Grayscale: #606060. Windows color (decimal): -10072897 or 12536934. OLE color: 12536934.

HSL color Cylindrical-coordinate representation of color #664CBF: hue angle of 253.57º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #664CBF is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10276191-
CMYK0.470.6000.25
HSL253.57º47.33%52.35%-
HSV(B)253.57º60.21%74.9%-
XYZ17.4711.7650.64-
YUV96.88181.11131.65-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.64%
GREEN value IS 76 (30.08% from 255) = 20.60%
BLUE value IS 191 (75% from 255) = 51.76%
R=27.64%
G=20.60%
B=51.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal102761910.470.6000.25253.5747.3352.35
Hex664CBF2F3C019fe2f34
Octal14611427757740313765764
Binary110011010011001011111110111111110001100111111110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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