Html Css Color HEX #605DB8 Rich Blue

📋 copy color: '#605DB8'

red 96 ◦ green 93 ◦ blue 184

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

Shades of Rich Blue #605DB8

Tints of Rich Blue #605DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 49.33%

R = 25.74%
G = 24.93%
B = 49.33%

CMYK

 C value IS 0.48

 M value IS 0.49

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#605DB8 (or 0x605DB8) is known color: Rich Blue. HEX triplet: 60, 5D and B8. RGB value is (96,93,184). Sum of RGB (Red+Green+Blue) = 96+93+184=373 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.74% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 184 (72.27% from 255 or 49.33% from 373); Max value from RGB is 184 - color contains mainly: blue. Hex color #605DB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605DB8 is #9FA247. Grayscale: #676767. Windows color (decimal): -10461768 or 12082528. OLE color: 12082528.

HSL color Cylindrical-coordinate representation of color #605DB8: hue angle of 241.98º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #605DB8 is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 96 93 184 -
CMYK 0.48 0.49 0 0.28
HSL 241.98º 0.39% 0.54% -
HSV(B) 241.98º 0.49% 0.72% -
XYZ 17.39 13.78 47.09 -
YUV 104.27 172.99 122.1 -
System Red Green Blue C M Y K H S L
Decimal 96 93 184 0.48 0.49 0 0.28 241.98 0.39 0.54
Hex 60 5D B8 30 31 0 1C F2 27 36
Octal 140 135 270 60 61 0 34 362 47 66
Binary 1100000 1011101 10111000 110000 110001 0 11100 11110010 100111 110110

Color Harmonies of #605DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605DB8

Black with #605DB8

Text Example


Text Example

White with #605DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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