Html Css Color HEX #605DB0 Rich Blue

📋 copy color: '#605DB0'

red 96 ◦ green 93 ◦ blue 176

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

Shades of Rich Blue #605DB0

Tints of Rich Blue #605DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 48.22%

R = 26.3%
G = 25.48%
B = 48.22%

CMYK

 C value IS 0.45

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#605DB0 (or 0x605DB0) is known color: Rich Blue. HEX triplet: 60, 5D and B0. RGB value is (96,93,176). Sum of RGB (Red+Green+Blue) = 96+93+176=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 176 (69.14% from 255 or 48.22% from 365); Max value from RGB is 176 - color contains mainly: blue. Hex color #605DB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605DB0 is #9FA24F. Grayscale: #676767. Windows color (decimal): -10461776 or 11558240. OLE color: 11558240.

HSL color Cylindrical-coordinate representation of color #605DB0: hue angle of 242.17º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #605DB0 is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 96 93 176 -
CMYK 0.45 0.47 0 0.31
HSL 242.17º 0.34% 0.53% -
HSV(B) 242.17º 0.47% 0.69% -
XYZ 16.57 13.45 42.8 -
YUV 103.36 168.99 122.75 -
System Red Green Blue C M Y K H S L
Decimal 96 93 176 0.45 0.47 0 0.31 242.17 0.34 0.53
Hex 60 5D B0 2D 2F 0 1F F2 22 35
Octal 140 135 260 55 57 0 37 362 42 65
Binary 1100000 1011101 10110000 101101 101111 0 11111 11110010 100010 110101

Color Harmonies of #605DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605DB0

Black with #605DB0

Text Example


Text Example

White with #605DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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