Html Css Color HEX #605BAA Rich Blue

📋 copy color: '#605BAA'

red 96 ◦ green 91 ◦ blue 170

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

Shades of Rich Blue #605BAA

Tints of Rich Blue #605BAA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.49%

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

R = 26.89%
G = 25.49%
B = 47.62%

CMYK

 C value IS 0.44

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#605BAA (or 0x605BAA) is known color: Rich Blue. HEX triplet: 60, 5B and AA. RGB value is (96,91,170). Sum of RGB (Red+Green+Blue) = 96+91+170=357 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.89% from 357); Green value is 91 (35.94% from 255 or 25.49% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 170 - color contains mainly: blue. Hex color #605BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605BAA is #9FA455. Grayscale: #656565. Windows color (decimal): -10462294 or 11164512. OLE color: 11164512.

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

Color convert

RGB 96 91 170 -
CMYK 0.44 0.46 0 0.33
HSL 243.8º 0.32% 0.51% -
HSV(B) 243.8º 0.46% 0.67% -
XYZ 15.82 12.87 39.68 -
YUV 101.5 166.66 124.08 -
System Red Green Blue C M Y K H S L
Decimal 96 91 170 0.44 0.46 0 0.33 243.8 0.32 0.51
Hex 60 5B AA 2C 2E 0 21 F4 20 33
Octal 140 133 252 54 56 0 41 364 40 63
Binary 1100000 1011011 10101010 101100 101110 0 100001 11110100 100000 110011

Color Harmonies of #605BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605BAA

Black with #605BAA

Text Example


Text Example

White with #605BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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