Html Css Color HEX #604ADA Slate Blue

📋 copy color: '#604ADA'

red 96 ◦ green 74 ◦ blue 218

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

Shades of Slate Blue #604ADA

Tints of Slate Blue #604ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 56.19%

R = 24.74%
G = 19.07%
B = 56.19%

CMYK

 C value IS 0.56

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#604ADA (or 0x604ADA) is known color: Slate Blue. HEX triplet: 60, 4A and DA. RGB value is (96,74,218). Sum of RGB (Red+Green+Blue) = 96+74+218=388 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.74% from 388); Green value is 74 (29.30% from 255 or 19.07% from 388); Blue value is 218 (85.55% from 255 or 56.19% from 388); Max value from RGB is 218 - color contains mainly: blue. Hex color #604ADA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #604ADA is #9FB525. Grayscale: #606060. Windows color (decimal): -10466598 or 14305888. OLE color: 14305888.

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

Color convert

RGB 96 74 218 -
CMYK 0.56 0.66 0 0.15
HSL 249.17º 0.66% 0.57% -
HSV(B) 249.17º 0.66% 0.85% -
XYZ 19.93 12.45 67.68 -
YUV 96.99 196.29 127.29 -
System Red Green Blue C M Y K H S L
Decimal 96 74 218 0.56 0.66 0 0.15 249.17 0.66 0.57
Hex 60 4A DA 38 42 0 F F9 42 39
Octal 140 112 332 70 102 0 17 371 102 71
Binary 1100000 1001010 11011010 111000 1000010 0 1111 11111001 1000010 111001

Color Harmonies of #604ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604ADA

Black with #604ADA

Text Example


Text Example

White with #604ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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