Html Css Color HEX #604EC3 Slate Blue

📋 copy color: '#604EC3'

red 96 ◦ green 78 ◦ blue 195

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

Shades of Slate Blue #604EC3

Tints of Slate Blue #604EC3

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.14%

 BLUE value IS 195 (76.56% from 255) = 52.85%

R = 26.02%
G = 21.14%
B = 52.85%

CMYK

 C value IS 0.51

 M value IS 0.6

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#604EC3 (or 0x604EC3) is known color: Slate Blue. HEX triplet: 60, 4E and C3. RGB value is (96,78,195). Sum of RGB (Red+Green+Blue) = 96+78+195=369 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.02% from 369); Green value is 78 (30.86% from 255 or 21.14% from 369); Blue value is 195 (76.56% from 255 or 52.85% from 369); Max value from RGB is 195 - color contains mainly: blue. Hex color #604EC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #604EC3 is #9FB13C. Grayscale: #606060. Windows color (decimal): -10465597 or 12799584. OLE color: 12799584.

HSL color Cylindrical-coordinate representation of color #604EC3: hue angle of 249.23º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #604EC3 is Cyan = 0.51, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 96 78 195 -
CMYK 0.51 0.6 0 0.24
HSL 249.23º 0.49% 0.54% -
HSV(B) 249.23º 0.6% 0.76% -
XYZ 17.4 11.88 53.01 -
YUV 96.72 183.46 127.49 -
System Red Green Blue C M Y K H S L
Decimal 96 78 195 0.51 0.6 0 0.24 249.23 0.49 0.54
Hex 60 4E C3 33 3C 0 18 F9 31 36
Octal 140 116 303 63 74 0 30 371 61 66
Binary 1100000 1001110 11000011 110011 111100 0 11000 11111001 110001 110110

Color Harmonies of #604EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604EC3

Black with #604EC3

Text Example


Text Example

White with #604EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,78,195); }

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

background-color css

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

 a { background-color: rgb(96,78,195); }

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

border-color css

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

 span { border-color: rgb(96,78,195); }

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