#665ABD

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

Shades of Blue Marguerite #665ABD

Tints of Blue Marguerite #665ABD

Color information

#665ABD (or 0x665ABD) is unknown color: approx Blue Marguerite. HEX triplet: 66, 5A and BD. RGB value is (102,90,189). Sum of RGB (Red+Green+Blue) = 102+90+189=381 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.77% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 189 (74.22% from 255 or 49.61% from 381); Max value from RGB is 189 - color contains mainly: blue. Hex color #665ABD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665ABD is #99A542. Grayscale: #686868. Windows color (decimal): -10069315 or 12409446. OLE color: 12409446.

HSL color Cylindrical-coordinate representation of color #665ABD: hue angle of 247.27º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #665ABD is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10290189-
CMYK0.460.5200.26
HSL247.27º42.86%54.71%-
HSV(B)247.27º52.38%74.12%-
XYZ18.3213.8149.84-
YUV104.87175.48125.95-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.77%
GREEN value IS 90 (35.55% from 255) = 23.62%
BLUE value IS 189 (74.22% from 255) = 49.61%
R=26.77%
G=23.62%
B=49.61%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal102901890.460.5200.26247.2742.8654.71
Hex665ABD2E3401Af72b37
Octal14613227556640323675367
Binary110011010110101011110110111011010001101011110111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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