Html Css Color HEX #605DA6 Rich Blue

📋 copy color: '#605DA6'

red 96 ◦ green 93 ◦ blue 166

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

Shades of Rich Blue #605DA6

Tints of Rich Blue #605DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 46.76%

R = 27.04%
G = 26.2%
B = 46.76%

CMYK

 C value IS 0.42

 M value IS 0.44

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#605DA6 (or 0x605DA6) is known color: Rich Blue. HEX triplet: 60, 5D and A6. RGB value is (96,93,166). Sum of RGB (Red+Green+Blue) = 96+93+166=355 (47% of max value = 765). Red value is 96 (37.89% from 255 or 27.04% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 166 (65.23% from 255 or 46.76% from 355); Max value from RGB is 166 - color contains mainly: blue. Hex color #605DA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605DA6 is #9FA259. Grayscale: #656565. Windows color (decimal): -10461786 or 10902880. OLE color: 10902880.

HSL color Cylindrical-coordinate representation of color #605DA6: hue angle of 242.47º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #605DA6 is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 96 93 166 -
CMYK 0.42 0.44 0 0.35
HSL 242.47º 0.29% 0.51% -
HSV(B) 242.47º 0.44% 0.65% -
XYZ 15.62 13.07 37.78 -
YUV 102.22 163.99 123.56 -
System Red Green Blue C M Y K H S L
Decimal 96 93 166 0.42 0.44 0 0.35 242.47 0.29 0.51
Hex 60 5D A6 2A 2C 0 23 F2 1D 33
Octal 140 135 246 52 54 0 43 362 35 63
Binary 1100000 1011101 10100110 101010 101100 0 100011 11110010 11101 110011

Color Harmonies of #605DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605DA6

Black with #605DA6

Text Example


Text Example

White with #605DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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