Html Css Color HEX #605DA1 Rich Blue

📋 copy color: '#605DA1'

red 96 ◦ green 93 ◦ blue 161

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

Shades of Rich Blue #605DA1

Tints of Rich Blue #605DA1

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.57%

 BLUE value IS 161 (63.28% from 255) = 46%

R = 27.43%
G = 26.57%
B = 46%

CMYK

 C value IS 0.40

 M value IS 0.42

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#605DA1 (or 0x605DA1) is known color: Rich Blue. HEX triplet: 60, 5D and A1. RGB value is (96,93,161). Sum of RGB (Red+Green+Blue) = 96+93+161=350 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.43% from 350); Green value is 93 (36.72% from 255 or 26.57% from 350); Blue value is 161 (63.28% from 255 or 46% from 350); Max value from RGB is 161 - color contains mainly: blue. Hex color #605DA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605DA1 is #9FA25E. Grayscale: #656565. Windows color (decimal): -10461791 or 10575200. OLE color: 10575200.

HSL color Cylindrical-coordinate representation of color #605DA1: hue angle of 242.65º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #605DA1 is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 96 93 161 -
CMYK 0.40 0.42 0 0.37
HSL 242.65º 0.27% 0.5% -
HSV(B) 242.65º 0.42% 0.63% -
XYZ 15.17 12.89 35.41 -
YUV 101.65 161.49 123.97 -
System Red Green Blue C M Y K H S L
Decimal 96 93 161 0.40 0.42 0 0.37 242.65 0.27 0.5
Hex 60 5D A1 28 2A 0 25 F3 1B 32
Octal 140 135 241 50 52 0 45 363 33 62
Binary 1100000 1011101 10100001 101000 101010 0 100101 11110011 11011 110010

Color Harmonies of #605DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605DA1

Black with #605DA1

Text Example


Text Example

White with #605DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,93,161); }

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

background-color css

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

 a { background-color: rgb(96,93,161); }

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

border-color css

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

 span { border-color: rgb(96,93,161); }

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