Html Css Color HEX #605DB2 Rich Blue

📋 copy color: '#605DB2'

red 96 ◦ green 93 ◦ blue 178

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

Shades of Rich Blue #605DB2

Tints of Rich Blue #605DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 48.5%

R = 26.16%
G = 25.34%
B = 48.5%

CMYK

 C value IS 0.46

 M value IS 0.48

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#605DB2 (or 0x605DB2) is known color: Rich Blue. HEX triplet: 60, 5D and B2. RGB value is (96,93,178). Sum of RGB (Red+Green+Blue) = 96+93+178=367 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.16% from 367); Green value is 93 (36.72% from 255 or 25.34% from 367); Blue value is 178 (69.92% from 255 or 48.50% from 367); Max value from RGB is 178 - color contains mainly: blue. Hex color #605DB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605DB2 is #9FA24D. Grayscale: #676767. Windows color (decimal): -10461774 or 11689312. OLE color: 11689312.

HSL color Cylindrical-coordinate representation of color #605DB2: hue angle of 242.12º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #605DB2 is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 96 93 178 -
CMYK 0.46 0.48 0 0.30
HSL 242.12º 0.36% 0.53% -
HSV(B) 242.12º 0.48% 0.7% -
XYZ 16.77 13.53 43.85 -
YUV 103.59 169.99 122.59 -
System Red Green Blue C M Y K H S L
Decimal 96 93 178 0.46 0.48 0 0.30 242.12 0.36 0.53
Hex 60 5D B2 2E 30 0 1E F2 24 35
Octal 140 135 262 56 60 0 36 362 44 65
Binary 1100000 1011101 10110010 101110 110000 0 11110 11110010 100100 110101

Color Harmonies of #605DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605DB2

Black with #605DB2

Text Example


Text Example

White with #605DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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