Html Css Color HEX #604CDB Slate Blue

📋 copy color: '#604CDB'

red 96 ◦ green 76 ◦ blue 219

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

Shades of Slate Blue #604CDB

Tints of Slate Blue #604CDB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.44%

 BLUE value IS 219 (85.94% from 255) = 56.01%

R = 24.55%
G = 19.44%
B = 56.01%

CMYK

 C value IS 0.56

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#604CDB (or 0x604CDB) is known color: Slate Blue. HEX triplet: 60, 4C and DB. RGB value is (96,76,219). Sum of RGB (Red+Green+Blue) = 96+76+219=391 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.55% from 391); Green value is 76 (30.08% from 255 or 19.44% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #604CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #604CDB is #9FB324. Grayscale: #616161. Windows color (decimal): -10466085 or 14371936. OLE color: 14371936.

HSL color Cylindrical-coordinate representation of color #604CDB: hue angle of 248.39º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #604CDB is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 96 76 219 -
CMYK 0.56 0.65 0 0.14
HSL 248.39º 0.67% 0.58% -
HSV(B) 248.39º 0.65% 0.86% -
XYZ 20.19 12.77 68.42 -
YUV 98.28 196.13 126.37 -
System Red Green Blue C M Y K H S L
Decimal 96 76 219 0.56 0.65 0 0.14 248.39 0.67 0.58
Hex 60 4C DB 38 41 0 E F8 43 3A
Octal 140 114 333 70 101 0 16 370 103 72
Binary 1100000 1001100 11011011 111000 1000001 0 1110 11111000 1000011 111010

Color Harmonies of #604CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604CDB

Black with #604CDB

Text Example


Text Example

White with #604CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,76,219); }

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

background-color css

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

 a { background-color: rgb(96,76,219); }

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

border-color css

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

 span { border-color: rgb(96,76,219); }

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