#665AB6

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

Shades of Blue Marguerite #665AB6

Tints of Blue Marguerite #665AB6

Color information

#665AB6 (or 0x665AB6) is unknown color: approx Blue Marguerite. HEX triplet: 66, 5A and B6. RGB value is (102,90,182). Sum of RGB (Red+Green+Blue) = 102+90+182=374 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.27% from 374); Green value is 90 (35.55% from 255 or 24.06% from 374); Blue value is 182 (71.48% from 255 or 48.66% from 374); Max value from RGB is 182 - color contains mainly: blue. Hex color #665AB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665AB6 is #99A549. Grayscale: #676767. Windows color (decimal): -10069322 or 11950694. OLE color: 11950694.

HSL color Cylindrical-coordinate representation of color #665AB6: hue angle of 247.83º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #665AB6 is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10290182-
CMYK0.440.5100.29
HSL247.83º38.66%53.33%-
HSV(B)247.83º50.55%71.37%-
XYZ17.5813.5145.94-
YUV104.08171.98126.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.27%
GREEN value IS 90 (35.55% from 255) = 24.06%
BLUE value IS 182 (71.48% from 255) = 48.66%
R=27.27%
G=24.06%
B=48.66%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal102901820.440.5100.29247.8338.6653.33
Hex665AB62C3301Df82735
Octal14613226654630353704765
Binary110011010110101011011010110011001101110111111000100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665AB6; }

 p { color: rgb(102,90,182); }

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

<style>
 a { background-color: #665AB6; }

 a { background-color: rgb(102,90,182); }

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

<style>
 span { border-color: #665AB6; }

 span { border-color: rgb(102,90,182); }

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