#665AB4

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

Shades of Blue Marguerite #665AB4

Tints of Blue Marguerite #665AB4

Color information

#665AB4 (or 0x665AB4) is unknown color: approx Blue Marguerite. HEX triplet: 66, 5A and B4. RGB value is (102,90,180). Sum of RGB (Red+Green+Blue) = 102+90+180=372 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.42% from 372); Green value is 90 (35.55% from 255 or 24.19% from 372); Blue value is 180 (70.70% from 255 or 48.39% from 372); Max value from RGB is 180 - color contains mainly: blue. Hex color #665AB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665AB4 is #99A54B. Grayscale: #676767. Windows color (decimal): -10069324 or 11819622. OLE color: 11819622.

HSL color Cylindrical-coordinate representation of color #665AB4: hue angle of 248º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #665AB4 is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10290180-
CMYK0.430.5000.29
HSL248º37.5%52.94%-
HSV(B)248º50%70.59%-
XYZ17.3713.4344.86-
YUV103.85170.98126.68-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.42%
GREEN value IS 90 (35.55% from 255) = 24.19%
BLUE value IS 180 (70.70% from 255) = 48.39%
R=27.42%
G=24.19%
B=48.39%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal102901800.430.5000.2924837.552.94
Hex665AB42B3201Df82635
Octal14613226453620353704665
Binary110011010110101011010010101111001001110111111000100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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