#665FAA

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

Shades of Blue Marguerite #665FAA

Tints of Blue Marguerite #665FAA

Color information

#665FAA (or 0x665FAA) is unknown color: approx Blue Marguerite. HEX triplet: 66, 5F and AA. RGB value is (102,95,170). Sum of RGB (Red+Green+Blue) = 102+95+170=367 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.79% from 367); Green value is 95 (37.5% from 255 or 25.89% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 170 - color contains mainly: blue. Hex color #665FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665FAA is #99A055. Grayscale: #696969. Windows color (decimal): -10068054 or 11165542. OLE color: 11165542.

HSL color Cylindrical-coordinate representation of color #665FAA: hue angle of 245.6º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #665FAA is Cyan = 0.4, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10295170-
CMYK0.40.4400.33
HSL245.6º30.61%51.96%-
HSV(B)245.6º44.12%66.67%-
XYZ16.8313.9139.83-
YUV105.64164.32125.4-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.79%
GREEN value IS 95 (37.5% from 255) = 25.89%
BLUE value IS 170 (66.80% from 255) = 46.32%
R=27.79%
G=25.89%
B=46.32%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal102951700.40.4400.33245.630.6151.96
Hex665FAA282C021f61f34
Octal14613725250540413663764
Binary110011010111111010101010100010110001000011111011011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,95,170); }

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

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

 a { background-color: rgb(102,95,170); }

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

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

 span { border-color: rgb(102,95,170); }

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