#6655B8

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

Shades of Blue Marguerite #6655B8

Tints of Blue Marguerite #6655B8

Color information

#6655B8 (or 0x6655B8) is unknown color: approx Blue Marguerite. HEX triplet: 66, 55 and B8. RGB value is (102,85,184). Sum of RGB (Red+Green+Blue) = 102+85+184=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 184 (72.27% from 255 or 49.60% from 371); Max value from RGB is 184 - color contains mainly: blue. Hex color #6655B8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6655B8 is #99AA47. Grayscale: #646464. Windows color (decimal): -10070600 or 12080486. OLE color: 12080486.

HSL color Cylindrical-coordinate representation of color #6655B8: hue angle of 250.3º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6655B8 is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB10285184-
CMYK0.450.5400.28
HSL250.3º41.08%52.75%-
HSV(B)250.3º53.8%72.16%-
XYZ17.3812.7846.9-
YUV101.37174.63128.45-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.49%
GREEN value IS 85 (33.59% from 255) = 22.91%
BLUE value IS 184 (72.27% from 255) = 49.60%
R=27.49%
G=22.91%
B=49.60%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal102851840.450.5400.28250.341.0852.75
Hex6655B82D3601Cfa2935
Octal14612527055660343725165
Binary110011010101011011100010110111011001110011111010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6655B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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