#665ABE

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

Shades of Blue Marguerite #665ABE

Tints of Blue Marguerite #665ABE

Color information

#665ABE (or 0x665ABE) is unknown color: approx Blue Marguerite. HEX triplet: 66, 5A and BE. RGB value is (102,90,190). Sum of RGB (Red+Green+Blue) = 102+90+190=382 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.70% from 382); Green value is 90 (35.55% from 255 or 23.56% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #665ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665ABE is #99A541. Grayscale: #686868. Windows color (decimal): -10069314 or 12474982. OLE color: 12474982.

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

Color convert

RGB10290190-
CMYK0.460.5300.25
HSL247.2º43.48%54.9%-
HSV(B)247.2º52.63%74.51%-
XYZ18.4313.8550.42-
YUV104.99175.98125.87-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.70%
GREEN value IS 90 (35.55% from 255) = 23.56%
BLUE value IS 190 (74.61% from 255) = 49.74%
R=26.70%
G=23.56%
B=49.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal102901900.460.5300.25247.243.4854.9
Hex665ABE2E35019f72b37
Octal14613227656650313675367
Binary110011010110101011111010111011010101100111110111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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