#665ABA

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

Shades of Blue Marguerite #665ABA

Tints of Blue Marguerite #665ABA

Color information

#665ABA (or 0x665ABA) is unknown color: approx Blue Marguerite. HEX triplet: 66, 5A and BA. RGB value is (102,90,186). Sum of RGB (Red+Green+Blue) = 102+90+186=378 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.98% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #665ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665ABA is #99A545. Grayscale: #686868. Windows color (decimal): -10069318 or 12212838. OLE color: 12212838.

HSL color Cylindrical-coordinate representation of color #665ABA: hue angle of 247.5º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #665ABA is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10290186-
CMYK0.450.5200.27
HSL247.5º41.03%54.12%-
HSV(B)247.5º51.61%72.94%-
XYZ1813.6848.15-
YUV104.53173.98126.19-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.98%
GREEN value IS 90 (35.55% from 255) = 23.81%
BLUE value IS 186 (73.05% from 255) = 49.21%
R=26.98%
G=23.81%
B=49.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal102901860.450.5200.27247.541.0354.12
Hex665ABA2D3401Bf82936
Octal14613227255640333705166
Binary110011010110101011101010110111010001101111111000101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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