#6655BC

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

Shades of Blue Marguerite #6655BC

Tints of Blue Marguerite #6655BC

Color information

#6655BC (or 0x6655BC) is unknown color: approx Blue Marguerite. HEX triplet: 66, 55 and BC. RGB value is (102,85,188). Sum of RGB (Red+Green+Blue) = 102+85+188=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #6655BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6655BC is #99AA43. Grayscale: #656565. Windows color (decimal): -10070596 or 12342630. OLE color: 12342630.

HSL color Cylindrical-coordinate representation of color #6655BC: hue angle of 249.9º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6655BC is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10285188-
CMYK0.460.5500.26
HSL249.9º43.46%53.53%-
HSV(B)249.9º54.79%73.73%-
XYZ17.8112.9549.14-
YUV101.82176.63128.12-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.2%
GREEN value IS 85 (33.59% from 255) = 22.67%
BLUE value IS 188 (73.83% from 255) = 50.13%
R=27.2%
G=22.67%
B=50.13%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal102851880.460.5500.26249.943.4653.53
Hex6655BC2E3701Afa2b36
Octal14612527456670323725366
Binary110011010101011011110010111011011101101011111010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6655BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6655BC; }

 p { color: rgb(102,85,188); }

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

<style>
 a { background-color: #6655BC; }

 a { background-color: rgb(102,85,188); }

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

<style>
 span { border-color: #6655BC; }

 span { border-color: rgb(102,85,188); }

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