#6662BB

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

Shades of Blue Marguerite #6662BB

Tints of Blue Marguerite #6662BB

Color information

#6662BB (or 0x6662BB) is unknown color: approx Blue Marguerite. HEX triplet: 66, 62 and BB. RGB value is (102,98,187). Sum of RGB (Red+Green+Blue) = 102+98+187=387 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.36% from 387); Green value is 98 (38.67% from 255 or 25.32% from 387); Blue value is 187 (73.44% from 255 or 48.32% from 387); Max value from RGB is 187 - color contains mainly: blue. Hex color #6662BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6662BB is #999D44. Grayscale: #6C6C6C. Windows color (decimal): -10067269 or 12280422. OLE color: 12280422.

HSL color Cylindrical-coordinate representation of color #6662BB: hue angle of 242.7º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6662BB is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10298187-
CMYK0.450.4800.27
HSL242.7º39.56%55.88%-
HSV(B)242.7º47.59%73.33%-
XYZ18.8215.1548.95-
YUV109.34171.83122.76-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.36%
GREEN value IS 98 (38.67% from 255) = 25.32%
BLUE value IS 187 (73.44% from 255) = 48.32%
R=26.36%
G=25.32%
B=48.32%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal102981870.450.4800.27242.739.5655.88
Hex6662BB2D3001Bf32838
Octal14614227355600333635070
Binary110011011000101011101110110111000001101111110011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6662BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6662BB; }

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

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

<style>
 a { background-color: #6662BB; }

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

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

<style>
 span { border-color: #6662BB; }

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

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