Html Css Color HEX #605FAA Rich Blue

📋 copy color: '#605FAA'

red 96 ◦ green 95 ◦ blue 170

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

Shades of Rich Blue #605FAA

Tints of Rich Blue #605FAA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.32%

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

R = 26.59%
G = 26.32%
B = 47.09%

CMYK

 C value IS 0.44

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#605FAA (or 0x605FAA) is known color: Rich Blue. HEX triplet: 60, 5F and AA. RGB value is (96,95,170). Sum of RGB (Red+Green+Blue) = 96+95+170=361 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.59% from 361); Green value is 95 (37.5% from 255 or 26.32% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 170 - color contains mainly: blue. Hex color #605FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605FAA is #9FA055. Grayscale: #676767. Windows color (decimal): -10461270 or 11165536. OLE color: 11165536.

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

Color convert

RGB 96 95 170 -
CMYK 0.44 0.44 0 0.33
HSL 240.8º 0.31% 0.52% -
HSV(B) 240.8º 0.44% 0.67% -
XYZ 16.17 13.57 39.8 -
YUV 103.85 165.33 122.4 -
System Red Green Blue C M Y K H S L
Decimal 96 95 170 0.44 0.44 0 0.33 240.8 0.31 0.52
Hex 60 5F AA 2C 2C 0 21 F1 1F 34
Octal 140 137 252 54 54 0 41 361 37 64
Binary 1100000 1011111 10101010 101100 101100 0 100001 11110001 11111 110100

Color Harmonies of #605FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605FAA

Black with #605FAA

Text Example


Text Example

White with #605FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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