Html Css Color HEX #604BDB Slate Blue

📋 copy color: '#604BDB'

red 96 ◦ green 75 ◦ blue 219

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

Shades of Slate Blue #604BDB

Tints of Slate Blue #604BDB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.23%

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

R = 24.62%
G = 19.23%
B = 56.15%

CMYK

 C value IS 0.56

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#604BDB (or 0x604BDB) is known color: Slate Blue. HEX triplet: 60, 4B and DB. RGB value is (96,75,219). Sum of RGB (Red+Green+Blue) = 96+75+219=390 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.62% from 390); Green value is 75 (29.69% from 255 or 19.23% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #604BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #604BDB is #9FB424. Grayscale: #616161. Windows color (decimal): -10466341 or 14371680. OLE color: 14371680.

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

Color convert

RGB 96 75 219 -
CMYK 0.56 0.66 0 0.14
HSL 248.75º 0.67% 0.58% -
HSV(B) 248.75º 0.66% 0.86% -
XYZ 20.13 12.63 68.4 -
YUV 97.7 196.46 126.79 -
System Red Green Blue C M Y K H S L
Decimal 96 75 219 0.56 0.66 0 0.14 248.75 0.67 0.58
Hex 60 4B DB 38 42 0 E F9 43 3A
Octal 140 113 333 70 102 0 16 371 103 72
Binary 1100000 1001011 11011011 111000 1000010 0 1110 11111001 1000011 111010

Color Harmonies of #604BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604BDB

Black with #604BDB

Text Example


Text Example

White with #604BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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