#665CA9

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

Shades of Blue Marguerite #665CA9

Tints of Blue Marguerite #665CA9

Color information

#665CA9 (or 0x665CA9) is unknown color: approx Blue Marguerite. HEX triplet: 66, 5C and A9. RGB value is (102,92,169). Sum of RGB (Red+Green+Blue) = 102+92+169=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 92 (36.33% from 255 or 25.34% from 363); Blue value is 169 (66.41% from 255 or 46.56% from 363); Max value from RGB is 169 - color contains mainly: blue. Hex color #665CA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665CA9 is #99A356. Grayscale: #676767. Windows color (decimal): -10068823 or 11099238. OLE color: 11099238.

HSL color Cylindrical-coordinate representation of color #665CA9: hue angle of 247.79º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #665CA9 is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB10292169-
CMYK0.400.4600.34
HSL247.79º30.92%51.18%-
HSV(B)247.79º45.56%66.27%-
XYZ16.4713.3439.24-
YUV103.77164.81126.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.10%
GREEN value IS 92 (36.33% from 255) = 25.34%
BLUE value IS 169 (66.41% from 255) = 46.56%
R=28.10%
G=25.34%
B=46.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal102921690.400.4600.34247.7930.9251.18
Hex665CA9282E022f81f33
Octal14613425150560423703763
Binary110011010111001010100110100010111001000101111100011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,92,169); }

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

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

 a { background-color: rgb(102,92,169); }

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

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

 span { border-color: rgb(102,92,169); }

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