Html Css Color HEX #605DBC Rich Blue

📋 copy color: '#605DBC'

red 96 ◦ green 93 ◦ blue 188

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

Shades of Rich Blue #605DBC

Tints of Rich Blue #605DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.87%

R = 25.46%
G = 24.67%
B = 49.87%

CMYK

 C value IS 0.49

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#605DBC (or 0x605DBC) is known color: Rich Blue. HEX triplet: 60, 5D and BC. RGB value is (96,93,188). Sum of RGB (Red+Green+Blue) = 96+93+188=377 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.46% from 377); Green value is 93 (36.72% from 255 or 24.67% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #605DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605DBC is #9FA243. Grayscale: #686868. Windows color (decimal): -10461764 or 12344672. OLE color: 12344672.

HSL color Cylindrical-coordinate representation of color #605DBC: hue angle of 241.89º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #605DBC is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 96 93 188 -
CMYK 0.49 0.51 0 0.26
HSL 241.89º 0.41% 0.55% -
HSV(B) 241.89º 0.51% 0.74% -
XYZ 17.82 13.95 49.33 -
YUV 104.73 174.99 121.78 -
System Red Green Blue C M Y K H S L
Decimal 96 93 188 0.49 0.51 0 0.26 241.89 0.41 0.55
Hex 60 5D BC 31 33 0 1A F2 29 37
Octal 140 135 274 61 63 0 32 362 51 67
Binary 1100000 1011101 10111100 110001 110011 0 11010 11110010 101001 110111

Color Harmonies of #605DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605DBC

Black with #605DBC

Text Example


Text Example

White with #605DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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