#605ABA

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

Shades of Blue Marguerite #605ABA

Tints of Blue Marguerite #605ABA

Color information

#605ABA (or 0x605ABA) is unknown color: approx Blue Marguerite. HEX triplet: 60, 5A and BA. RGB value is (96,90,186). Sum of RGB (Red+Green+Blue) = 96+90+186=372 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.81% from 372); Green value is 90 (35.55% from 255 or 24.19% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #605ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605ABA is #9FA545. Grayscale: #666666. Windows color (decimal): -10462534 or 12212832. OLE color: 12212832.

HSL color Cylindrical-coordinate representation of color #605ABA: hue angle of 243.75º 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 #605ABA is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9690186-
CMYK0.480.5200.27
HSL243.75º41.03%54.12%-
HSV(B)243.75º51.61%72.94%-
XYZ17.3413.3448.12-
YUV102.74174.99123.19-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.81%
GREEN value IS 90 (35.55% from 255) = 24.19%
BLUE value IS 186 (73.05% from 255) = 50%
R=25.81%
G=24.19%
B=50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal96901860.480.5200.27243.7541.0354.12
Hex605ABA303401Bf42936
Octal14013227260640333645166
Binary110000010110101011101011000011010001101111110100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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