Html Css Color HEX #605DA2 Rich Blue

📋 copy color: '#605DA2'

red 96 ◦ green 93 ◦ blue 162

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

Shades of Rich Blue #605DA2

Tints of Rich Blue #605DA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 46.15%

R = 27.35%
G = 26.5%
B = 46.15%

CMYK

 C value IS 0.41

 M value IS 0.43

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#605DA2 (or 0x605DA2) is known color: Rich Blue. HEX triplet: 60, 5D and A2. RGB value is (96,93,162). Sum of RGB (Red+Green+Blue) = 96+93+162=351 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.35% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 162 (63.67% from 255 or 46.15% from 351); Max value from RGB is 162 - color contains mainly: blue. Hex color #605DA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605DA2 is #9FA25D. Grayscale: #656565. Windows color (decimal): -10461790 or 10640736. OLE color: 10640736.

HSL color Cylindrical-coordinate representation of color #605DA2: hue angle of 242.61º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #605DA2 is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 96 93 162 -
CMYK 0.41 0.43 0 0.36
HSL 242.61º 0.27% 0.5% -
HSV(B) 242.61º 0.43% 0.64% -
XYZ 15.26 12.92 35.87 -
YUV 101.76 161.99 123.89 -
System Red Green Blue C M Y K H S L
Decimal 96 93 162 0.41 0.43 0 0.36 242.61 0.27 0.5
Hex 60 5D A2 29 2B 0 24 F3 1B 32
Octal 140 135 242 51 53 0 44 363 33 62
Binary 1100000 1011101 10100010 101001 101011 0 100100 11110011 11011 110010

Color Harmonies of #605DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605DA2

Black with #605DA2

Text Example


Text Example

White with #605DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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