Html Css Color HEX #605AB8 Blue Marguerite

📋 copy color: '#605AB8'

red 96 ◦ green 90 ◦ blue 184

#605AB8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Marguerite #605AB8

Tints of Blue Marguerite #605AB8

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 value IS 0.48

 M value IS 0.51

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#605AB8 (or 0x605AB8) is known color: 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

RGB 96 90 184 -
CMYK 0.48 0.51 0 0.28
HSL 243.83º 0.4% 0.54% -
HSV(B) 243.83º 0.51% 0.72% -
XYZ 17.13 13.26 47 -
YUV 102.51 173.99 123.36 -
System Red Green Blue C M Y K H S L
Decimal 96 90 184 0.48 0.51 0 0.28 243.83 0.4 0.54
Hex 60 5A B8 30 33 0 1C F4 28 36
Octal 140 132 270 60 63 0 34 364 50 66
Binary 1100000 1011010 10111000 110000 110011 0 11100 11110100 101000 110110

Color Harmonies of #605AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605AB8

Black with #605AB8

Text Example


Text Example

White with #605AB8

Text Example


Text Example

HTML Codes & Css Web 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>