Html Css Color HEX #605AAA Rich Blue

📋 copy color: '#605AAA'

red 96 ◦ green 90 ◦ blue 170

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

Shades of Rich Blue #605AAA

Tints of Rich Blue #605AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 47.75%

R = 26.97%
G = 25.28%
B = 47.75%

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

#605AAA (or 0x605AAA) is known color: Rich Blue. HEX triplet: 60, 5A and AA. RGB value is (96,90,170). Sum of RGB (Red+Green+Blue) = 96+90+170=356 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.97% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 170 (66.80% from 255 or 47.75% from 356); Max value from RGB is 170 - color contains mainly: blue. Hex color #605AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605AAA is #9FA555. Grayscale: #646464. Windows color (decimal): -10462550 or 11164256. OLE color: 11164256.

HSL color Cylindrical-coordinate representation of color #605AAA: hue angle of 244.5º degrees, saturation: 0.32, 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 #605AAA is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 90 170 -
CMYK 0.44 0.47 0 0.33
HSL 244.5º 0.32% 0.51% -
HSV(B) 244.5º 0.47% 0.67% -
XYZ 15.74 12.7 39.65 -
YUV 100.91 166.99 124.5 -
System Red Green Blue C M Y K H S L
Decimal 96 90 170 0.44 0.47 0 0.33 244.5 0.32 0.51
Hex 60 5A AA 2C 2F 0 21 F4 20 33
Octal 140 132 252 54 57 0 41 364 40 63
Binary 1100000 1011010 10101010 101100 101111 0 100001 11110100 100000 110011

Color Harmonies of #605AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605AAA

Black with #605AAA

Text Example


Text Example

White with #605AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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