Html Css Color HEX #605AB4 Rich Blue

📋 copy color: '#605AB4'

red 96 ◦ green 90 ◦ blue 180

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

Shades of Rich Blue #605AB4

Tints of Rich Blue #605AB4

RGB

 RED value IS 96 (37.89% from 255) = 26.23%

 GREEN value IS 90 (35.55% from 255) = 24.59%

 BLUE value IS 180 (70.7% from 255) = 49.18%

R = 26.23%
G = 24.59%
B = 49.18%

CMYK

 C value IS 0.47

 M value IS 0.50

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#605AB4 (or 0x605AB4) is known color: Rich Blue. HEX triplet: 60, 5A and B4. RGB value is (96,90,180). Sum of RGB (Red+Green+Blue) = 96+90+180=366 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.23% from 366); Green value is 90 (35.55% from 255 or 24.59% from 366); Blue value is 180 (70.70% from 255 or 49.18% from 366); Max value from RGB is 180 - color contains mainly: blue. Hex color #605AB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605AB4 is #9FA54B. Grayscale: #656565. Windows color (decimal): -10462540 or 11819616. OLE color: 11819616.

HSL color Cylindrical-coordinate representation of color #605AB4: hue angle of 244º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #605AB4 is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 96 90 180 -
CMYK 0.47 0.50 0 0.29
HSL 244º 0.38% 0.53% -
HSV(B) 244º 0.5% 0.71% -
XYZ 16.72 13.09 44.83 -
YUV 102.05 171.99 123.68 -
System Red Green Blue C M Y K H S L
Decimal 96 90 180 0.47 0.50 0 0.29 244 0.38 0.53
Hex 60 5A B4 2F 32 0 1D F4 26 35
Octal 140 132 264 57 62 0 35 364 46 65
Binary 1100000 1011010 10110100 101111 110010 0 11101 11110100 100110 110101

Color Harmonies of #605AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605AB4

Black with #605AB4

Text Example


Text Example

White with #605AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #605AB4;
 }
 .AnyTagClassName
 {
   color: #605AB4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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