Html Css Color HEX #604DD8 Slate Blue

📋 copy color: '#604DD8'

red 96 ◦ green 77 ◦ blue 216

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

Shades of Slate Blue #604DD8

Tints of Slate Blue #604DD8

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.79%

 BLUE value IS 216 (84.77% from 255) = 55.53%

R = 24.68%
G = 19.79%
B = 55.53%

CMYK

 C value IS 0.56

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#604DD8 (or 0x604DD8) is known color: Slate Blue. HEX triplet: 60, 4D and D8. RGB value is (96,77,216). Sum of RGB (Red+Green+Blue) = 96+77+216=389 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.68% from 389); Green value is 77 (30.47% from 255 or 19.79% from 389); Blue value is 216 (84.77% from 255 or 55.53% from 389); Max value from RGB is 216 - color contains mainly: blue. Hex color #604DD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #604DD8 is #9FB227. Grayscale: #616161. Windows color (decimal): -10465832 or 14175584. OLE color: 14175584.

HSL color Cylindrical-coordinate representation of color #604DD8: hue angle of 248.2º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #604DD8 is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 96 77 216 -
CMYK 0.56 0.64 0 0.15
HSL 248.2º 0.64% 0.57% -
HSV(B) 248.2º 0.64% 0.85% -
XYZ 19.87 12.75 66.38 -
YUV 98.53 194.29 126.2 -
System Red Green Blue C M Y K H S L
Decimal 96 77 216 0.56 0.64 0 0.15 248.2 0.64 0.57
Hex 60 4D D8 38 40 0 F F8 40 39
Octal 140 115 330 70 100 0 17 370 100 71
Binary 1100000 1001101 11011000 111000 1000000 0 1111 11111000 1000000 111001

Color Harmonies of #604DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604DD8

Black with #604DD8

Text Example


Text Example

White with #604DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604DD8; }

 p { color: rgb(96,77,216); }

 H1.HeaderClassName
 {
   color: #604DD8;
 }
 .AnyTagClassName
 {
   color: #604DD8;
 }
</style>

background-color css

<style>
 a { background-color: #604DD8; }

 a { background-color: rgb(96,77,216); }

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

border-color css

<style>
 span { border-color: #604DD8; }

 span { border-color: rgb(96,77,216); }

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