Html Css Color HEX #605AB0 Rich Blue

📋 copy color: '#605AB0'

red 96 ◦ green 90 ◦ blue 176

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

Shades of Rich Blue #605AB0

Tints of Rich Blue #605AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 48.62%

R = 26.52%
G = 24.86%
B = 48.62%

CMYK

 C value IS 0.45

 M value IS 0.49

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#605AB0 (or 0x605AB0) is known color: Rich Blue. HEX triplet: 60, 5A and B0. RGB value is (96,90,176). Sum of RGB (Red+Green+Blue) = 96+90+176=362 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.52% from 362); Green value is 90 (35.55% from 255 or 24.86% from 362); Blue value is 176 (69.14% from 255 or 48.62% from 362); Max value from RGB is 176 - color contains mainly: blue. Hex color #605AB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605AB0 is #9FA54F. Grayscale: #656565. Windows color (decimal): -10462544 or 11557472. OLE color: 11557472.

HSL color Cylindrical-coordinate representation of color #605AB0: hue angle of 244.19º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #605AB0 is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 96 90 176 -
CMYK 0.45 0.49 0 0.31
HSL 244.19º 0.35% 0.52% -
HSV(B) 244.19º 0.49% 0.69% -
XYZ 16.32 12.93 42.71 -
YUV 101.6 169.99 124.01 -
System Red Green Blue C M Y K H S L
Decimal 96 90 176 0.45 0.49 0 0.31 244.19 0.35 0.52
Hex 60 5A B0 2D 31 0 1F F4 23 34
Octal 140 132 260 55 61 0 37 364 43 64
Binary 1100000 1011010 10110000 101101 110001 0 11111 11110100 100011 110100

Color Harmonies of #605AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605AB0

Black with #605AB0

Text Example


Text Example

White with #605AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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