#665BB4

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

Shades of Blue Marguerite #665BB4

Tints of Blue Marguerite #665BB4

Color information

#665BB4 (or 0x665BB4) is unknown color: approx Blue Marguerite. HEX triplet: 66, 5B and B4. RGB value is (102,91,180). Sum of RGB (Red+Green+Blue) = 102+91+180=373 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.35% from 373); Green value is 91 (35.94% from 255 or 24.40% from 373); Blue value is 180 (70.70% from 255 or 48.26% from 373); Max value from RGB is 180 - color contains mainly: blue. Hex color #665BB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665BB4 is #99A44B. Grayscale: #686868. Windows color (decimal): -10069068 or 11819878. OLE color: 11819878.

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

Color convert

RGB10291180-
CMYK0.430.4900.29
HSL247.42º37.24%53.14%-
HSV(B)247.42º49.44%70.59%-
XYZ17.4613.644.89-
YUV104.43170.64126.26-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.35%
GREEN value IS 91 (35.94% from 255) = 24.40%
BLUE value IS 180 (70.70% from 255) = 48.26%
R=27.35%
G=24.40%
B=48.26%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal102911800.430.4900.29247.4237.2453.14
Hex665BB42B3101Df72535
Octal14613326453610353674565
Binary110011010110111011010010101111000101110111110111100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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