Html Css Color HEX #604ADB Slate Blue

📋 copy color: '#604ADB'

red 96 ◦ green 74 ◦ blue 219

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

Shades of Slate Blue #604ADB

Tints of Slate Blue #604ADB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.02%

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

R = 24.68%
G = 19.02%
B = 56.3%

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

#604ADB (or 0x604ADB) is known color: Slate Blue. HEX triplet: 60, 4A and DB. RGB value is (96,74,219). Sum of RGB (Red+Green+Blue) = 96+74+219=389 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.68% from 389); Green value is 74 (29.30% from 255 or 19.02% from 389); Blue value is 219 (85.94% from 255 or 56.30% from 389); Max value from RGB is 219 - color contains mainly: blue. Hex color #604ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #604ADB is #9FB524. Grayscale: #606060. Windows color (decimal): -10466597 or 14371424. OLE color: 14371424.

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

Color convert

RGB 96 74 219 -
CMYK 0.56 0.66 0 0.14
HSL 249.1º 0.67% 0.57% -
HSV(B) 249.1º 0.66% 0.86% -
XYZ 20.06 12.5 68.37 -
YUV 97.11 196.79 127.21 -
System Red Green Blue C M Y K H S L
Decimal 96 74 219 0.56 0.66 0 0.14 249.1 0.67 0.57
Hex 60 4A DB 38 42 0 E F9 43 39
Octal 140 112 333 70 102 0 16 371 103 71
Binary 1100000 1001010 11011011 111000 1000010 0 1110 11111001 1000011 111001

Color Harmonies of #604ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604ADB

Black with #604ADB

Text Example


Text Example

White with #604ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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