Html Css Color HEX #605AAB Rich Blue

📋 copy color: '#605AAB'

red 96 ◦ green 90 ◦ blue 171

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

Shades of Rich Blue #605AAB

Tints of Rich Blue #605AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.9%

R = 26.89%
G = 25.21%
B = 47.9%

CMYK

 C value IS 0.44

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#605AAB (or 0x605AAB) is known color: Rich Blue. HEX triplet: 60, 5A and AB. RGB value is (96,90,171). Sum of RGB (Red+Green+Blue) = 96+90+171=357 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.89% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 171 - color contains mainly: blue. Hex color #605AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605AAB is #9FA554. Grayscale: #646464. Windows color (decimal): -10462549 or 11229792. OLE color: 11229792.

HSL color Cylindrical-coordinate representation of color #605AAB: hue angle of 244.44º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #605AAB is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 90 171 -
CMYK 0.44 0.47 0 0.33
HSL 244.44º 0.33% 0.51% -
HSV(B) 244.44º 0.47% 0.67% -
XYZ 15.83 12.74 40.15 -
YUV 101.03 167.49 124.41 -
System Red Green Blue C M Y K H S L
Decimal 96 90 171 0.44 0.47 0 0.33 244.44 0.33 0.51
Hex 60 5A AB 2C 2F 0 21 F4 21 33
Octal 140 132 253 54 57 0 41 364 41 63
Binary 1100000 1011010 10101011 101100 101111 0 100001 11110100 100001 110011

Color Harmonies of #605AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605AAB

Black with #605AAB

Text Example


Text Example

White with #605AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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