#605AB8

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

Shades of Blue Marguerite #605AB8

Tints of Blue Marguerite #605AB8

Color information

#605AB8 (or 0x605AB8) is unknown color: approx Blue Marguerite. HEX triplet: 60, 5A and B8. RGB value is (96,90,184). Sum of RGB (Red+Green+Blue) = 96+90+184=370 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.95% from 370); Green value is 90 (35.55% from 255 or 24.32% from 370); Blue value is 184 (72.27% from 255 or 49.73% from 370); Max value from RGB is 184 - color contains mainly: blue. Hex color #605AB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605AB8 is #9FA547. Grayscale: #666666. Windows color (decimal): -10462536 or 12081760. OLE color: 12081760.

HSL color Cylindrical-coordinate representation of color #605AB8: hue angle of 243.83º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #605AB8 is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB9690184-
CMYK0.480.5100.28
HSL243.83º39.83%53.73%-
HSV(B)243.83º51.09%72.16%-
XYZ17.1313.2647-
YUV102.51173.99123.36-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.95%
GREEN value IS 90 (35.55% from 255) = 24.32%
BLUE value IS 184 (72.27% from 255) = 49.73%
R=25.95%
G=24.32%
B=49.73%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal96901840.480.5100.28243.8339.8353.73
Hex605AB8303301Cf42836
Octal14013227060630343645066
Binary110000010110101011100011000011001101110011110100101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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