Html Css Color HEX #604EC8 Slate Blue

📋 copy color: '#604EC8'

red 96 ◦ green 78 ◦ blue 200

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

Shades of Slate Blue #604EC8

Tints of Slate Blue #604EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 53.48%

R = 25.67%
G = 20.86%
B = 53.48%

CMYK

 C value IS 0.52

 M value IS 0.61

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#604EC8 (or 0x604EC8) is known color: Slate Blue. HEX triplet: 60, 4E and C8. RGB value is (96,78,200). Sum of RGB (Red+Green+Blue) = 96+78+200=374 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.67% from 374); Green value is 78 (30.86% from 255 or 20.86% from 374); Blue value is 200 (78.52% from 255 or 53.48% from 374); Max value from RGB is 200 - color contains mainly: blue. Hex color #604EC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #604EC8 is #9FB137. Grayscale: #606060. Windows color (decimal): -10465592 or 13127264. OLE color: 13127264.

HSL color Cylindrical-coordinate representation of color #604EC8: hue angle of 248.85º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #604EC8 is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 96 78 200 -
CMYK 0.52 0.61 0 0.22
HSL 248.85º 0.53% 0.55% -
HSV(B) 248.85º 0.61% 0.78% -
XYZ 17.97 12.11 56.03 -
YUV 97.29 185.96 127.08 -
System Red Green Blue C M Y K H S L
Decimal 96 78 200 0.52 0.61 0 0.22 248.85 0.53 0.55
Hex 60 4E C8 34 3D 0 16 F9 35 37
Octal 140 116 310 64 75 0 26 371 65 67
Binary 1100000 1001110 11001000 110100 111101 0 10110 11111001 110101 110111

Color Harmonies of #604EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604EC8

Black with #604EC8

Text Example


Text Example

White with #604EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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