Html Css Color HEX #604ECC Slate Blue

📋 copy color: '#604ECC'

red 96 ◦ green 78 ◦ blue 204

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

Shades of Slate Blue #604ECC

Tints of Slate Blue #604ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.97%

R = 25.4%
G = 20.63%
B = 53.97%

CMYK

 C value IS 0.53

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#604ECC (or 0x604ECC) is known color: Slate Blue. HEX triplet: 60, 4E and CC. RGB value is (96,78,204). Sum of RGB (Red+Green+Blue) = 96+78+204=378 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.40% from 378); Green value is 78 (30.86% from 255 or 20.63% from 378); Blue value is 204 (80.08% from 255 or 53.97% from 378); Max value from RGB is 204 - color contains mainly: blue. Hex color #604ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #604ECC is #9FB133. Grayscale: #616161. Windows color (decimal): -10465588 or 13389408. OLE color: 13389408.

HSL color Cylindrical-coordinate representation of color #604ECC: hue angle of 248.57º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #604ECC is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 96 78 204 -
CMYK 0.53 0.62 0 0.2
HSL 248.57º 0.55% 0.55% -
HSV(B) 248.57º 0.62% 0.8% -
XYZ 18.45 12.3 58.53 -
YUV 97.75 187.96 126.75 -
System Red Green Blue C M Y K H S L
Decimal 96 78 204 0.53 0.62 0 0.2 248.57 0.55 0.55
Hex 60 4E CC 35 3E 0 14 F9 37 37
Octal 140 116 314 65 76 0 24 371 67 67
Binary 1100000 1001110 11001100 110101 111110 0 10100 11111001 110111 110111

Color Harmonies of #604ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604ECC

Black with #604ECC

Text Example


Text Example

White with #604ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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